Class: HBase::Model::Row

Inherits:
Record show all
Defined in:
lib/hbase/model/row.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

#columnsObject

Returns the value of attribute columns.



7
8
9
# File 'lib/hbase/model/row.rb', line 7

def columns
  @columns
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#table_nameObject

Returns the value of attribute table_name.



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

def table_name
  @table_name
end

#timestampObject

Returns the value of attribute timestamp.



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

def timestamp
  @timestamp
end