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