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