Class: HelpingHand::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/helping_hand.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#hostObject

Returns the value of attribute host.



19
20
21
# File 'lib/helping_hand.rb', line 19

def host
  @host
end