Class: NexaasID::Resources::Base
- Inherits:
-
Object
- Object
- NexaasID::Resources::Base
- Defined in:
- lib/nexaas_id/resources/base.rb
Overview
Default root for all resource classes.
Instance Attribute Summary collapse
-
#configuration ⇒ Object
readonly
Returns the value of attribute configuration.
Instance Method Summary collapse
-
#initialize(api, config) ⇒ Base
constructor
Creates an instance of this class.
Constructor Details
#initialize(api, config) ⇒ Base
Creates an instance of this class.
8 9 10 11 |
# File 'lib/nexaas_id/resources/base.rb', line 8 def initialize(api, config) @api = api @configuration = config end |
Instance Attribute Details
#configuration ⇒ Object (readonly)
Returns the value of attribute configuration.
3 4 5 |
# File 'lib/nexaas_id/resources/base.rb', line 3 def configuration @configuration end |