Class: Kameleon::DSL::Context::JoinInToOne
- Inherits:
-
Struct
- Object
- Struct
- Kameleon::DSL::Context::JoinInToOne
- Defined in:
- lib/kameleon/dsl/context/scope.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Method Summary collapse
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
97 98 99 |
# File 'lib/kameleon/dsl/context/scope.rb', line 97 def params @params end |
#scope ⇒ Object
Returns the value of attribute scope
97 98 99 |
# File 'lib/kameleon/dsl/context/scope.rb', line 97 def scope @scope end |
Instance Method Details
#selector ⇒ Object
99 100 101 |
# File 'lib/kameleon/dsl/context/scope.rb', line 99 def selector [:xpath, xpath_selector] end |