Class: Sandals::BindingResolver::Resolution
- Inherits:
-
Data
- Object
- Data
- Sandals::BindingResolver::Resolution
- Defined in:
- lib/sandals/binding_resolver.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
6 7 8 |
# File 'lib/sandals/binding_resolver.rb', line 6 def action @action end |
#error ⇒ Object (readonly)
Returns the value of attribute error
6 7 8 |
# File 'lib/sandals/binding_resolver.rb', line 6 def error @error end |
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'lib/sandals/binding_resolver.rb', line 6 def value @value end |