Class: TableCheckApi::Pos::V1::Table::StatusResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- TableCheckApi::Pos::V1::Table::StatusResponse
- Defined in:
- lib/table_check_api/pos/v1/table.rb
Instance Method Summary collapse
Methods inherited from BaseResponse
#errors, from_response, #initialize, #raw, #success?
Constructor Details
This class inherits a constructor from TableCheckApi::Pos::V1::BaseResponse
Instance Method Details
#table_status ⇒ Object
57 58 59 |
# File 'lib/table_check_api/pos/v1/table.rb', line 57 def table_status body['table_status'] || {} end |