Class: Pago::Models::Enums::Unions::Errors::Webhooks::Services::Service
- Inherits:
-
Object
- Object
- Pago::Models::Enums::Unions::Errors::Webhooks::Services::Service
- Defined in:
- sig/pago.rbs
Instance Attribute Summary collapse
-
#client ⇒ BaseClient
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize ⇒ Service
constructor
A new instance of Service.
Constructor Details
#initialize ⇒ Service
Returns a new instance of Service.
176 |
# File 'sig/pago.rbs', line 176
def initialize: (BaseClient client) -> void
|
Instance Attribute Details
#client ⇒ BaseClient (readonly)
Returns the value of attribute client.
174 175 176 |
# File 'sig/pago.rbs', line 174 def client @client end |