Class: Orderspace::Structs::Event
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Event
- Defined in:
- lib/orderspace/struct/event.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/orderspace/struct/event.rb', line 5 def data @data end |
#event ⇒ Object
Returns the value of attribute event
5 6 7 |
# File 'lib/orderspace/struct/event.rb', line 5 def event @event end |