Sha256: 80c94a6a73981adebdbbbc6d4a58192f0a8e549ea128b30a5ef2fd6b0888a02c
Contents?: true
Size: 580 Bytes
Versions: 9
Compression:
Stored size: 580 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/account_with_user" module Pokepay::Response class CashtrayAttempt def initialize(row) @account = row["account"] and AccountWithUser.new(row["account"]) @status_code = row["status_code"] @error_type = row["error_type"] @error_message = row["error_message"] @created_at = row["created_at"] end attr_reader :account attr_reader :status_code attr_reader :error_type attr_reader :error_message attr_reader :created_at end end
Version data entries
9 entries across 9 versions & 1 rubygems