Class: TreasureData::LogAggregationSchemaEntry
- Defined in:
- lib/td/client/model.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#count_key ⇒ Object
readonly
Returns the value of attribute count_key.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#okeys ⇒ Object
readonly
Returns the value of attribute okeys.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#value_key ⇒ Object
readonly
Returns the value of attribute value_key.
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize(client, name, comment, table, okeys, value_key, count_key) ⇒ LogAggregationSchemaEntry
constructor
A new instance of LogAggregationSchemaEntry.
Constructor Details
#initialize(client, name, comment, table, okeys, value_key, count_key) ⇒ LogAggregationSchemaEntry
Returns a new instance of LogAggregationSchemaEntry.
548 549 550 551 552 553 554 555 556 |
# File 'lib/td/client/model.rb', line 548 def initialize(client, name, comment, table, okeys, value_key, count_key) super(client) @name = name @comment = comment @table = table @okeys = okeys @value_key = value_key @count_key = count_key end |
Instance Attribute Details
#comment ⇒ Object (readonly)
Returns the value of attribute comment.
558 559 560 |
# File 'lib/td/client/model.rb', line 558 def comment @comment end |
#count_key ⇒ Object (readonly)
Returns the value of attribute count_key.
559 560 561 |
# File 'lib/td/client/model.rb', line 559 def count_key @count_key end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
558 559 560 |
# File 'lib/td/client/model.rb', line 558 def name @name end |
#okeys ⇒ Object (readonly)
Returns the value of attribute okeys.
559 560 561 |
# File 'lib/td/client/model.rb', line 559 def okeys @okeys end |
#table ⇒ Object (readonly)
Returns the value of attribute table.
558 559 560 |
# File 'lib/td/client/model.rb', line 558 def table @table end |
#value_key ⇒ Object (readonly)
Returns the value of attribute value_key.
559 560 561 |
# File 'lib/td/client/model.rb', line 559 def value_key @value_key end |