Class: ViewComponentReducible::Msg::Payload::Value

Inherits:
Data
  • Object
show all
Defined in:
lib/view_component_reducible/msg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



57
58
59
# File 'lib/view_component_reducible/msg.rb', line 57

def value
  @value
end