Class: Hyperfocal::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



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

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

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

#hostObject (readonly)

Returns the value of attribute host.



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

def host
  @host
end