Class: HelpingHand::Configuration
- Inherits:
-
Object
- Object
- HelpingHand::Configuration
- Defined in:
- lib/helping_hand.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 |
# File 'lib/helping_hand.rb', line 21 def initialize @host = "https://helpinghand-rails.herokuapp.com/" end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
19 20 21 |
# File 'lib/helping_hand.rb', line 19 def host @host end |