Class: TreasureData::AttributeAggregationSchemaEntry
- Defined in:
- lib/td/client/model.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
readonly
Returns the value of attribute comment.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize(client, name, comment, table, method_name, parameters) ⇒ AttributeAggregationSchemaEntry
constructor
A new instance of AttributeAggregationSchemaEntry.
Constructor Details
#initialize(client, name, comment, table, method_name, parameters) ⇒ AttributeAggregationSchemaEntry
Returns a new instance of AttributeAggregationSchemaEntry.
564 565 566 567 568 569 570 571 |
# File 'lib/td/client/model.rb', line 564 def initialize(client, name, comment, table, method_name, parameters) super(client) @name = name @comment = comment @table = table @method_name = method_name @parameters = parameters end |
Instance Attribute Details
#comment ⇒ Object (readonly)
Returns the value of attribute comment.
573 574 575 |
# File 'lib/td/client/model.rb', line 573 def comment @comment end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name.
574 575 576 |
# File 'lib/td/client/model.rb', line 574 def method_name @method_name end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
573 574 575 |
# File 'lib/td/client/model.rb', line 573 def name @name end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters.
574 575 576 |
# File 'lib/td/client/model.rb', line 574 def parameters @parameters end |
#table ⇒ Object (readonly)
Returns the value of attribute table.
573 574 575 |
# File 'lib/td/client/model.rb', line 573 def table @table end |