Class: TableCheckApi::Pos::V1::Shop::ListResponse

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/table_check_api/pos/v1/shop.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

#shopsObject



23
24
25
# File 'lib/table_check_api/pos/v1/shop.rb', line 23

def shops
  body['shops'] || []
end