Class: Sandals::BindingResolver::Resolution

Inherits:
Data
  • Object
show all
Defined in:
lib/sandals/binding_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



6
7
8
# File 'lib/sandals/binding_resolver.rb', line 6

def action
  @action
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/sandals/binding_resolver.rb', line 6

def error
  @error
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/sandals/binding_resolver.rb', line 6

def value
  @value
end