Class: Sqreen::BindingAccessor::PathElem
- Inherits:
-
Struct
- Object
- Struct
- Sqreen::BindingAccessor::PathElem
- Defined in:
- lib/sqreen/binding_accessor/path_elem.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/sqreen/binding_accessor/path_elem.rb', line 8 def kind @kind end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/sqreen/binding_accessor/path_elem.rb', line 8 def value @value end |