Class: Hyperfocal::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



54
55
56
# File 'lib/hyperfocal.rb', line 54

def initialize
  @host = 'https://api.hyperfocal.io'
end

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



51
52
53
# File 'lib/hyperfocal.rb', line 51

def app_id
  @app_id
end

#hostObject (readonly)

Returns the value of attribute host.



52
53
54
# File 'lib/hyperfocal.rb', line 52

def host
  @host
end