Class: Kameleon::DSL::Context::JoinInToOne

Inherits:
Struct
  • Object
show all
Defined in:
lib/kameleon/dsl/context/scope.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



95
96
97
# File 'lib/kameleon/dsl/context/scope.rb', line 95

def params
  @params
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



95
96
97
# File 'lib/kameleon/dsl/context/scope.rb', line 95

def scope
  @scope
end

Instance Method Details

#selectorObject



97
98
99
# File 'lib/kameleon/dsl/context/scope.rb', line 97

def selector
  [:xpath, xpath_selector]
end