Class: Waffle::Maker::Api::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/waffle/maker/api/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_hostObject

Returns the value of attribute api_host.



7
8
9
# File 'lib/waffle/maker/api/config.rb', line 7

def api_host
  @api_host
end

#api_keyObject

Returns the value of attribute api_key.



7
8
9
# File 'lib/waffle/maker/api/config.rb', line 7

def api_key
  @api_key
end

#hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/waffle/maker/api/config.rb', line 7

def host
  @host
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/waffle/maker/api/config.rb', line 7

def id
  @id
end