Class: Seatsio::UsageSubaccount
- Inherits:
-
Object
- Object
- Seatsio::UsageSubaccount
- Defined in:
- lib/seatsio/domain.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(data) ⇒ UsageSubaccount
constructor
A new instance of UsageSubaccount.
Constructor Details
#initialize(data) ⇒ UsageSubaccount
Returns a new instance of UsageSubaccount.
398 399 400 |
# File 'lib/seatsio/domain.rb', line 398 def initialize(data) @id = data['id'] end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
396 397 398 |
# File 'lib/seatsio/domain.rb', line 396 def id @id end |