Class: TableCheckApi::Pos::V1::Table::ListResponse

Inherits:
BaseResponse
  • Object
show all
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

#tablesObject



51
52
53
# File 'lib/table_check_api/pos/v1/table.rb', line 51

def tables
  body['tables'] || []
end