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.
443 444 445 446 |
# File 'lib/seatsio/domain.rb', line 443 def initialize(data) @id = data['id'] @key = data['key'] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
441 442 443 |
# File 'lib/seatsio/domain.rb', line 441 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
441 442 443 |
# File 'lib/seatsio/domain.rb', line 441 def key @key end |