Class: TreasureData::Model
- Inherits:
-
Object
- Object
- TreasureData::Model
- Defined in:
- lib/td/client/model.rb
Direct Known Subclasses
AccessControl, Account, BulkImport, Database, Job, Result, Schedule, Table, User
Instance Attribute Summary collapse
-
#client ⇒ TreasureData::Client
readonly
Client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Model
constructor
A new instance of Model.
Constructor Details
#initialize(client) ⇒ Model
Returns a new instance of Model.
7 8 9 |
# File 'lib/td/client/model.rb', line 7 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ TreasureData::Client (readonly)
Returns client.
13 14 15 |
# File 'lib/td/client/model.rb', line 13 def client @client end |