Sha256: 651a5f01651d1e6f6e7b1dc366cb764aaefb9b092feefeb1b8249e505d3aa547
Contents?: true
Size: 692 Bytes
Versions: 21
Compression:
Stored size: 692 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/organization" module Pokepay::Response class AdminUserWithShopsAndPrivateMoneys def initialize(row) @id = row["id"] @role = row["role"] @email = row["email"] @name = row["name"] @is_active = row["is_active"] @organization = Organization.new(row["organization"]) @shops = row["shops"] @private_moneys = row["private_moneys"] end attr_reader :id attr_reader :role attr_reader :email attr_reader :name attr_reader :is_active attr_reader :organization attr_reader :shops attr_reader :private_moneys end end
Version data entries
21 entries across 21 versions & 1 rubygems