Class: RoyalMailApi::Config
- Inherits:
-
Object
- Object
- RoyalMailApi::Config
- Defined in:
- lib/royal_mail_api/config.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#application_id ⇒ Object
Returns the value of attribute application_id.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#password ⇒ Object
Returns the value of attribute password.
-
#ssl_ca_cert_file ⇒ Object
Returns the value of attribute ssl_ca_cert_file.
-
#ssl_cert_file ⇒ Object
Returns the value of attribute ssl_cert_file.
-
#ssl_cert_key_file ⇒ Object
Returns the value of attribute ssl_cert_key_file.
-
#username ⇒ Object
Returns the value of attribute username.
-
#wsdl ⇒ Object
Returns the value of attribute wsdl.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def adapter @adapter end |
#application_id ⇒ Object
Returns the value of attribute application_id.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def application_id @application_id end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def endpoint @endpoint end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def logger @logger end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def password @password end |
#ssl_ca_cert_file ⇒ Object
Returns the value of attribute ssl_ca_cert_file.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def ssl_ca_cert_file @ssl_ca_cert_file end |
#ssl_cert_file ⇒ Object
Returns the value of attribute ssl_cert_file.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def ssl_cert_file @ssl_cert_file end |
#ssl_cert_key_file ⇒ Object
Returns the value of attribute ssl_cert_key_file.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def ssl_cert_key_file @ssl_cert_key_file end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def username @username end |
#wsdl ⇒ Object
Returns the value of attribute wsdl.
3 4 5 |
# File 'lib/royal_mail_api/config.rb', line 3 def wsdl @wsdl end |