Class: MethodRuby::Resources::Simulate::Accounts::VerificationSessions

Inherits:
Object
  • Object
show all
Defined in:
lib/method_ruby/resources/simulate/accounts/verification_sessions.rb,
lib/method_ruby/resources/simulate/accounts/verification_sessions/amounts.rb

Defined Under Namespace

Classes: Amounts

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ VerificationSessions

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of VerificationSessions.

Parameters:



15
16
17
18
# File 'lib/method_ruby/resources/simulate/accounts/verification_sessions.rb', line 15

def initialize(client:)
  @client = client
  @amounts = MethodRuby::Resources::Simulate::Accounts::VerificationSessions::Amounts.new(client: client)
end

Instance Attribute Details

#amountsMethodRuby::Resources::Simulate::Accounts::VerificationSessions::Amounts (readonly)

Sandbox account simulation



10
11
12
# File 'lib/method_ruby/resources/simulate/accounts/verification_sessions.rb', line 10

def amounts
  @amounts
end