Class: Stripe::V2::CoreService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::CoreService
- Defined in:
- lib/stripe/services/v2/core_service.rb
Instance Attribute Summary collapse
-
#account_evaluations ⇒ Object
readonly
Returns the value of attribute account_evaluations.
-
#account_links ⇒ Object
readonly
Returns the value of attribute account_links.
-
#account_tokens ⇒ Object
readonly
Returns the value of attribute account_tokens.
-
#accounts ⇒ Object
readonly
Returns the value of attribute accounts.
-
#approval_requests ⇒ Object
readonly
Returns the value of attribute approval_requests.
-
#batch_jobs ⇒ Object
readonly
Returns the value of attribute batch_jobs.
-
#claimable_sandboxes ⇒ Object
readonly
Returns the value of attribute claimable_sandboxes.
-
#connection_sessions ⇒ Object
readonly
Returns the value of attribute connection_sessions.
-
#event_destinations ⇒ Object
readonly
Returns the value of attribute event_destinations.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#fee_batches ⇒ Object
readonly
Returns the value of attribute fee_batches.
-
#fee_entries ⇒ Object
readonly
Returns the value of attribute fee_entries.
-
#vault ⇒ Object
readonly
Returns the value of attribute vault.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ CoreService
constructor
A new instance of CoreService.
Methods inherited from StripeService
Constructor Details
#initialize(requestor) ⇒ CoreService
Returns a new instance of CoreService.
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/stripe/services/v2/core_service.rb', line 9 def initialize(requestor) super @accounts = Stripe::V2::Core::AccountService.new(@requestor) @account_evaluations = Stripe::V2::Core::AccountEvaluationService.new(@requestor) @account_links = Stripe::V2::Core::AccountLinkService.new(@requestor) @account_tokens = Stripe::V2::Core::AccountTokenService.new(@requestor) @approval_requests = Stripe::V2::Core::ApprovalRequestService.new(@requestor) @batch_jobs = Stripe::V2::Core::BatchJobService.new(@requestor) @claimable_sandboxes = Stripe::V2::Core::ClaimableSandboxService.new(@requestor) @connection_sessions = Stripe::V2::Core::ConnectionSessionService.new(@requestor) @events = Stripe::V2::Core::EventService.new(@requestor) @event_destinations = Stripe::V2::Core::EventDestinationService.new(@requestor) @fee_batches = Stripe::V2::Core::FeeBatchService.new(@requestor) @fee_entries = Stripe::V2::Core::FeeEntryService.new(@requestor) @vault = Stripe::V2::Core::VaultService.new(@requestor) end |
Instance Attribute Details
#account_evaluations ⇒ Object (readonly)
Returns the value of attribute account_evaluations.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def account_evaluations @account_evaluations end |
#account_links ⇒ Object (readonly)
Returns the value of attribute account_links.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def account_links @account_links end |
#account_tokens ⇒ Object (readonly)
Returns the value of attribute account_tokens.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def account_tokens @account_tokens end |
#accounts ⇒ Object (readonly)
Returns the value of attribute accounts.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def accounts @accounts end |
#approval_requests ⇒ Object (readonly)
Returns the value of attribute approval_requests.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def approval_requests @approval_requests end |
#batch_jobs ⇒ Object (readonly)
Returns the value of attribute batch_jobs.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def batch_jobs @batch_jobs end |
#claimable_sandboxes ⇒ Object (readonly)
Returns the value of attribute claimable_sandboxes.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def claimable_sandboxes @claimable_sandboxes end |
#connection_sessions ⇒ Object (readonly)
Returns the value of attribute connection_sessions.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def connection_sessions @connection_sessions end |
#event_destinations ⇒ Object (readonly)
Returns the value of attribute event_destinations.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def event_destinations @event_destinations end |
#events ⇒ Object (readonly)
Returns the value of attribute events.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def events @events end |
#fee_batches ⇒ Object (readonly)
Returns the value of attribute fee_batches.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def fee_batches @fee_batches end |
#fee_entries ⇒ Object (readonly)
Returns the value of attribute fee_entries.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def fee_entries @fee_entries end |
#vault ⇒ Object (readonly)
Returns the value of attribute vault.
7 8 9 |
# File 'lib/stripe/services/v2/core_service.rb', line 7 def vault @vault end |