Class: SimplicityClient::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#credentialIdObject

Returns the value of attribute credentialId



17
18
19
# File 'lib/simplicity_client.rb', line 17

def credentialId
  @credentialId
end

#emailObject

Returns the value of attribute email



17
18
19
# File 'lib/simplicity_client.rb', line 17

def email
  @email
end

#keyAlgorithmObject

Returns the value of attribute keyAlgorithm



17
18
19
# File 'lib/simplicity_client.rb', line 17

def keyAlgorithm
  @keyAlgorithm
end

#keyCurveObject

Returns the value of attribute keyCurve



17
18
19
# File 'lib/simplicity_client.rb', line 17

def keyCurve
  @keyCurve
end

#keyValueObject

Returns the value of attribute keyValue



17
18
19
# File 'lib/simplicity_client.rb', line 17

def keyValue
  @keyValue
end

#userHandleObject

Returns the value of attribute userHandle



17
18
19
# File 'lib/simplicity_client.rb', line 17

def userHandle
  @userHandle
end