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



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

def params
  @params
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end

Instance Method Details

#selectorObject



99
100
101
# File 'lib/kameleon/dsl/context/scope.rb', line 99

def selector
  [:xpath, xpath_selector]
end