Class: Em::Nordnet::Config
- Inherits:
-
Struct
- Object
- Struct
- Em::Nordnet::Config
- Defined in:
- lib/em-nordnet/config.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#pem ⇒ Object
Returns the value of attribute pem.
-
#service ⇒ Object
Returns the value of attribute service.
-
#url ⇒ Object
Returns the value of attribute url.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
3 4 5 |
# File 'lib/em-nordnet/config.rb', line 3 def password @password end |
#pem ⇒ Object
Returns the value of attribute pem
3 4 5 |
# File 'lib/em-nordnet/config.rb', line 3 def pem @pem end |
#service ⇒ Object
Returns the value of attribute service
3 4 5 |
# File 'lib/em-nordnet/config.rb', line 3 def service @service end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/em-nordnet/config.rb', line 3 def url @url end |
#user ⇒ Object
Returns the value of attribute user
3 4 5 |
# File 'lib/em-nordnet/config.rb', line 3 def user @user end |
Instance Method Details
#credentials ⇒ Object
4 5 6 |
# File 'lib/em-nordnet/config.rb', line 4 def credentials @credentials ||= generate_credentials end |