Class: Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::CreditGrantService::CreateParams::ApplicabilityConfig
- Defined in:
- lib/stripe/services/billing/credit_grant_service.rb
Defined Under Namespace
Classes: Scope
Instance Attribute Summary collapse
-
#scope ⇒ Object
Specify the scope of this applicability config.
Instance Method Summary collapse
-
#initialize(scope: nil) ⇒ ApplicabilityConfig
constructor
A new instance of ApplicabilityConfig.
Methods inherited from RequestParams
Constructor Details
#initialize(scope: nil) ⇒ ApplicabilityConfig
Returns a new instance of ApplicabilityConfig.
112 113 114 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 112 def initialize(scope: nil) @scope = scope end |
Instance Attribute Details
#scope ⇒ Object
Specify the scope of this applicability config.
110 111 112 |
# File 'lib/stripe/services/billing/credit_grant_service.rb', line 110 def scope @scope end |