Class: TreasureData::Result

Inherits:
Model
  • Object
show all
Defined in:
lib/td/client/model.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#client

Instance Method Summary collapse

Constructor Details

#initialize(client, name, url, org_name) ⇒ Result

Returns a new instance of Result.

Parameters:



701
702
703
704
705
# File 'lib/td/client/model.rb', line 701

def initialize(client, name, url, org_name)
  super(client)
  @name = name
  @url = url
end

Instance Attribute Details

#nameObject (readonly)



710
711
712
# File 'lib/td/client/model.rb', line 710

def name
  @name
end

#org_nameObject (readonly)

Returns the value of attribute org_name.



710
# File 'lib/td/client/model.rb', line 710

attr_reader :name, :url, :org_name

#urlObject (readonly)



710
# File 'lib/td/client/model.rb', line 710

attr_reader :name, :url, :org_name