Class: Orderspace::Structs::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



5
6
7
# File 'lib/orderspace/struct/event.rb', line 5

def data
  @data
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'lib/orderspace/struct/event.rb', line 5

def event
  @event
end