Class: Stripe::V2::TestHelperService

Inherits:
StripeService show all
Defined in:
lib/stripe/services/v2/test_helper_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from StripeService

#request, #request_stream

Constructor Details

#initialize(requestor) ⇒ TestHelperService

Returns a new instance of TestHelperService.



9
10
11
12
# File 'lib/stripe/services/v2/test_helper_service.rb', line 9

def initialize(requestor)
  super
  @financial_addresses = Stripe::V2::TestHelpers::FinancialAddressService.new(@requestor)
end

Instance Attribute Details

#financial_addressesObject (readonly)

Returns the value of attribute financial_addresses.



7
8
9
# File 'lib/stripe/services/v2/test_helper_service.rb', line 7

def financial_addresses
  @financial_addresses
end