Class: TorgMailApiClient::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionObject

Returns the value of attribute api_version.



3
4
5
# File 'lib/torg_mail_api_client/config.rb', line 3

def api_version
  @api_version
end

#auth_keyObject

Returns the value of attribute auth_key.



3
4
5
# File 'lib/torg_mail_api_client/config.rb', line 3

def auth_key
  @auth_key
end

#formatObject

Returns the value of attribute format.



3
4
5
# File 'lib/torg_mail_api_client/config.rb', line 3

def format
  @format
end

#hostObject

Returns the value of attribute host.



3
4
5
# File 'lib/torg_mail_api_client/config.rb', line 3

def host
  @host
end