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