Class: HBase::Model::Row
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#name ⇒ Object
Returns the value of attribute name.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from HBase::Model::Record
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns.
8 9 10 |
# File 'lib/hbase/model/row.rb', line 8 def columns @columns end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/hbase/model/row.rb', line 5 def name @name end |
#table_name ⇒ Object
Returns the value of attribute table_name.
4 5 6 |
# File 'lib/hbase/model/row.rb', line 4 def table_name @table_name end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
6 7 8 |
# File 'lib/hbase/model/row.rb', line 6 def @timestamp end |
#total_count ⇒ Object
Returns the value of attribute total_count.
7 8 9 |
# File 'lib/hbase/model/row.rb', line 7 def total_count @total_count end |