Class: Stripe::V2::NetworkService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::NetworkService
- Defined in:
- lib/stripe/services/v2/network_service.rb
Instance Attribute Summary collapse
-
#business_profiles ⇒ Object
readonly
Returns the value of attribute business_profiles.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ NetworkService
constructor
A new instance of NetworkService.
Methods inherited from StripeService
Constructor Details
#initialize(requestor) ⇒ NetworkService
Returns a new instance of NetworkService.
9 10 11 12 |
# File 'lib/stripe/services/v2/network_service.rb', line 9 def initialize(requestor) super @business_profiles = Stripe::V2::Network::BusinessProfileService.new(@requestor) end |
Instance Attribute Details
#business_profiles ⇒ Object (readonly)
Returns the value of attribute business_profiles.
7 8 9 |
# File 'lib/stripe/services/v2/network_service.rb', line 7 def business_profiles @business_profiles end |