Sha256: 0dd0bad324e792f1cf84dd609f1c8a7e45e262c65fbb5554718b191413518f73

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

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

require "pokepay_partner_ruby_sdk/response/organization"

module Pokepay::Response
  class PrivateMoney
    def initialize(row)
      @id = row["id"]
      @name = row["name"]
      @unit = row["unit"]
      @is_exclusive = row["is_exclusive"]
      @description = row["description"]
      @oneline_message = row["oneline_message"]
      @organization = Organization.new(row["organization"])
      @max_balance = row["max_balance"]
      @transfer_limit = row["transfer_limit"]
      @type = row["type"]
      @expiration_type = row["expiration_type"]
      @enable_topup_by_member = row["enable_topup_by_member"]
      @account_image = row["account_image"]
    end
    attr_reader :id
    attr_reader :name
    attr_reader :unit
    attr_reader :is_exclusive
    attr_reader :description
    attr_reader :oneline_message
    attr_reader :organization
    attr_reader :max_balance
    attr_reader :transfer_limit
    attr_reader :type
    attr_reader :expiration_type
    attr_reader :enable_topup_by_member
    attr_reader :account_image
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pokepay_partner_ruby_sdk-0.1.8 lib/pokepay_partner_ruby_sdk/response/private_money.rb
pokepay_partner_ruby_sdk-0.1.7 lib/pokepay_partner_ruby_sdk/response/private_money.rb
pokepay_partner_ruby_sdk-0.1.6 lib/pokepay_partner_ruby_sdk/response/private_money.rb
pokepay_partner_ruby_sdk-0.1.5 lib/pokepay_partner_ruby_sdk/response/private_money.rb
pokepay_partner_ruby_sdk-0.1.4 lib/pokepay_partner_ruby_sdk/response/private_money.rb
pokepay_partner_ruby_sdk-0.1.2 lib/pokepay_partner_ruby_sdk/response/private_money.rb