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.



48
49
50
# File 'lib/global_sign.rb', line 48

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



48
49
50
# File 'lib/global_sign.rb', line 48

def password
  @password
end

#user_nameObject

Returns the value of attribute user_name.



48
49
50
# File 'lib/global_sign.rb', line 48

def user_name
  @user_name
end