Class: GlobalSign::Configuration
- Inherits:
-
Object
- Object
- GlobalSign::Configuration
- Defined in:
- lib/global_sign.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
48 49 50 |
# File 'lib/global_sign.rb', line 48 def endpoint @endpoint end |
#password ⇒ Object
Returns the value of attribute password.
48 49 50 |
# File 'lib/global_sign.rb', line 48 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name.
48 49 50 |
# File 'lib/global_sign.rb', line 48 def user_name @user_name end |