Class: GlobalSign::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



37
38
39
# File 'lib/global_sign.rb', line 37

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



37
38
39
# File 'lib/global_sign.rb', line 37

def password
  @password
end

#user_nameObject

Returns the value of attribute user_name.



37
38
39
# File 'lib/global_sign.rb', line 37

def user_name
  @user_name
end