Class: Restulicious::Config
- Inherits:
-
Object
- Object
- Restulicious::Config
- Defined in:
- lib/restulicious/config.rb
Instance Attribute Summary collapse
-
#adapter_class ⇒ Object
Returns the value of attribute adapter_class.
-
#hydra ⇒ Object
Returns the value of attribute hydra.
-
#parser_class ⇒ Object
Returns the value of attribute parser_class.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#adapter_class ⇒ Object
Returns the value of attribute adapter_class.
4 5 6 |
# File 'lib/restulicious/config.rb', line 4 def adapter_class @adapter_class end |
#hydra ⇒ Object
Returns the value of attribute hydra.
4 5 6 |
# File 'lib/restulicious/config.rb', line 4 def hydra @hydra end |
#parser_class ⇒ Object
Returns the value of attribute parser_class.
4 5 6 |
# File 'lib/restulicious/config.rb', line 4 def parser_class @parser_class end |