class TreasureData::Result
Attributes
name[R]
@!attribute [r] name @!attribute [r] url @!attribute [r] org_name
org_name[R]
@!attribute [r] name @!attribute [r] url @!attribute [r] org_name
url[R]
@!attribute [r] name @!attribute [r] url @!attribute [r] org_name
Public Class Methods
new(client, name, url, org_name)
click to toggle source
@param [TreasureData::Client] client @param [String] name @param [String] url @param [String] org_name
Calls superclass method
TreasureData::Model::new
# File lib/td/client/model.rb, line 738 def initialize(client, name, url, org_name) super(client) @name = name @url = url end