Class: TreasureData::Organization
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(client, name) ⇒ Organization
constructor
A new instance of Organization.
Constructor Details
#initialize(client, name) ⇒ Organization
Returns a new instance of Organization.
457 458 459 460 |
# File 'lib/td/client/model.rb', line 457 def initialize(client, name) super(client) @name = name end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
462 463 464 |
# File 'lib/td/client/model.rb', line 462 def client @client end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
462 463 464 |
# File 'lib/td/client/model.rb', line 462 def name @name end |