Class: Barcoder::Config
- Inherits:
-
Object
- Object
- Barcoder::Config
- Defined in:
- lib/barcoder/config.rb
Class Attribute Summary collapse
-
.account_token ⇒ Object
Returns the value of attribute account_token.
-
.host ⇒ Object
Returns the value of attribute host.
-
.hydra ⇒ Object
Returns the value of attribute hydra.
Class Attribute Details
.account_token ⇒ Object
Returns the value of attribute account_token.
4 5 6 |
# File 'lib/barcoder/config.rb', line 4 def account_token @account_token end |
.host ⇒ Object
Returns the value of attribute host.
4 5 6 |
# File 'lib/barcoder/config.rb', line 4 def host @host end |
.hydra ⇒ Object
Returns the value of attribute hydra.
4 5 6 |
# File 'lib/barcoder/config.rb', line 4 def hydra @hydra end |