Class: TreasureData::Result
Instance Attribute Summary collapse
- #name ⇒ Object readonly
-
#org_name ⇒ Object
readonly
Returns the value of attribute org_name.
- #url ⇒ Object readonly
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize(client, name, url, org_name) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(client, name, url, org_name) ⇒ Result
Returns a new instance of Result.
738 739 740 741 742 |
# File 'lib/td/client/model.rb', line 738 def initialize(client, name, url, org_name) super(client) @name = name @url = url end |
Instance Attribute Details
#name ⇒ Object (readonly)
747 748 749 |
# File 'lib/td/client/model.rb', line 747 def name @name end |
#org_name ⇒ Object (readonly)
Returns the value of attribute org_name.
747 |
# File 'lib/td/client/model.rb', line 747 attr_reader :name, :url, :org_name |
#url ⇒ Object (readonly)
747 |
# File 'lib/td/client/model.rb', line 747 attr_reader :name, :url, :org_name |