Sha256: 961e06a7b817681f6d319c3ff9d34b66078ed79f76027c95c5ddc58e4410f5d3
Contents?: true
Size: 482 Bytes
Versions: 21
Compression:
Stored size: 482 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. module Pokepay::Response class OrganizationSummary def initialize(row) @count = row["count"] @money_amount = row["money_amount"] @money_count = row["money_count"] @point_amount = row["point_amount"] @point_count = row["point_count"] end attr_reader :count attr_reader :money_amount attr_reader :money_count attr_reader :point_amount attr_reader :point_count end end
Version data entries
21 entries across 21 versions & 1 rubygems