Class: Xdelivery::API::Response::Shops::Shop

Inherits:
Struct
  • Object
show all
Defined in:
lib/xdelivery/api/response/shops.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_shopObject

Returns the value of attribute default_shop

Returns:

  • (Object)

    the current value of default_shop



6
7
8
# File 'lib/xdelivery/api/response/shops.rb', line 6

def default_shop
  @default_shop
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/xdelivery/api/response/shops.rb', line 6

def id
  @id
end

#pay2go_merchant_idObject

Returns the value of attribute pay2go_merchant_id

Returns:

  • (Object)

    the current value of pay2go_merchant_id



6
7
8
# File 'lib/xdelivery/api/response/shops.rb', line 6

def pay2go_merchant_id
  @pay2go_merchant_id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/xdelivery/api/response/shops.rb', line 6

def title
  @title
end