Class: Seatsio::UsageEvent
- Inherits:
-
Object
- Object
- Seatsio::UsageEvent
- Defined in:
- lib/seatsio/domain.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(data) ⇒ UsageEvent
constructor
A new instance of UsageEvent.
Constructor Details
#initialize(data) ⇒ UsageEvent
Returns a new instance of UsageEvent.
548 549 550 551 |
# File 'lib/seatsio/domain.rb', line 548 def initialize(data) @id = data['id'] @key = data['key'] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
546 547 548 |
# File 'lib/seatsio/domain.rb', line 546 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
546 547 548 |
# File 'lib/seatsio/domain.rb', line 546 def key @key end |