Sha256: 5dc3f5718d6882024fc1021179554ccea3bc95c170a51a5b197998799fcdde0a
Contents?: true
Size: 536 Bytes
Versions: 21
Compression:
Stored size: 536 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/organization_summary" require "pokepay_partner_ruby_sdk/response/organization_summary" module Pokepay::Response class PrivateMoneyOrganizationSummary def initialize(row) @organization_code = row["organization_code"] @topup = OrganizationSummary.new(row["topup"]) @payment = OrganizationSummary.new(row["payment"]) end attr_reader :organization_code attr_reader :topup attr_reader :payment end end
Version data entries
21 entries across 21 versions & 1 rubygems