Sha256: ce13b8e64379c3c1d76f6d9adcfc15897a33cbe63934fc0b1213fc43bff0793d

Contents?: true

Size: 674 Bytes

Versions: 14

Compression:

Stored size: 674 Bytes

Contents

# DO NOT EDIT: File is generated by code generator.


module Pokepay::Response
  class ShopWithAccounts
    def initialize(row)
      @id = row["id"]
      @name = row["name"]
      @organization_code = row["organization_code"]
      @postal_code = row["postal_code"]
      @address = row["address"]
      @tel = row["tel"]
      @email = row["email"]
      @external_id = row["external_id"]
      @accounts = row["accounts"]
    end
    attr_reader :id
    attr_reader :name
    attr_reader :organization_code
    attr_reader :postal_code
    attr_reader :address
    attr_reader :tel
    attr_reader :email
    attr_reader :external_id
    attr_reader :accounts
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pokepay_partner_ruby_sdk-0.3.1 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.3.0 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.2.0 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.19 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.18 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.17 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.15.1 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.15 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.14 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.13 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.12 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.11 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.10 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb
pokepay_partner_ruby_sdk-0.1.9 lib/pokepay_partner_ruby_sdk/response/shop_with_accounts.rb