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