Class: HBase::Response::BasicResponse
- Defined in:
- lib/hbase/response/basic_response.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(raw_data) ⇒ BasicResponse
constructor
A new instance of BasicResponse.
- #parse ⇒ Object
Constructor Details
#initialize(raw_data) ⇒ BasicResponse
Returns a new instance of BasicResponse.
7 8 9 |
# File 'lib/hbase/response/basic_response.rb', line 7 def initialize(raw_data) @raw_data = raw_data end |
Instance Method Details
#parse ⇒ Object
11 12 13 |
# File 'lib/hbase/response/basic_response.rb', line 11 def parse parse_content @raw_data end |