class PayjpMock::Response::Resource::Account
Constants
- OBJECT
- PREFIX
Public Instance Methods
default_attributes()
click to toggle source
# File lib/payjp_mock/response/resource/account.rb, line 7 def default_attributes { created: Time.now.to_i, email: 'liveaccount@example.com', id: generate_resource_id(PREFIX), merchant: Merchant.new.to_h, object: OBJECT } end