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