Sha256: 598b981320685e96e87f745a1e051149ef10a21880ce3e50fdb0b77ab8d36843
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 Bytes
Contents
module HBase module Model class Row < Record attr_accessor :table_name attr_accessor :name attr_accessor :total_count attr_accessor :columns def timestamp warn "[DEPRECATION] timestamp attribute will be removed from the Row model. " end def timestamp= timestamp end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hbase-ruby-1.2.0 | lib/hbase/model/row.rb |