Class: HBase::Model::Column

Inherits:
Record show all
Defined in:
lib/hbase/model/column.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from HBase::Model::Record

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/hbase/model/column.rb', line 4

def name
  @name
end

#timestampObject

Returns the value of attribute timestamp.



6
7
8
# File 'lib/hbase/model/column.rb', line 6

def timestamp
  @timestamp
end

#valueObject

Returns the value of attribute value.



5
6
7
# File 'lib/hbase/model/column.rb', line 5

def value
  @value
end