Class: RoyalMailApi::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



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

def adapter
  @adapter
end

#application_idObject

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

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#passwordObject

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_fileObject

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_fileObject

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_fileObject

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

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end

#wsdlObject

Returns the value of attribute wsdl.



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

def wsdl
  @wsdl
end