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