Class: TorgMailApiClient::Config
- Inherits:
-
Object
- Object
- TorgMailApiClient::Config
- Defined in:
- lib/torg_mail_api_client/config.rb
Instance Attribute Summary collapse
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#auth_key ⇒ Object
Returns the value of attribute auth_key.
-
#format ⇒ Object
Returns the value of attribute format.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#api_version ⇒ Object
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_key ⇒ Object
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 |
#format ⇒ Object
Returns the value of attribute format.
3 4 5 |
# File 'lib/torg_mail_api_client/config.rb', line 3 def format @format end |
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/torg_mail_api_client/config.rb', line 3 def host @host end |