Class: Stripe::V2::TestHelperService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::TestHelperService
- Defined in:
- lib/stripe/services/v2/test_helper_service.rb
Instance Attribute Summary collapse
-
#financial_addresses ⇒ Object
readonly
Returns the value of attribute financial_addresses.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ TestHelperService
constructor
A new instance of TestHelperService.
Methods inherited from StripeService
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_addresses ⇒ Object (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 |