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

Returns:

  • (Object)

    the current value of credentialId



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

def credentialId
  @credentialId
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#keyAlgorithmObject

Returns the value of attribute keyAlgorithm

Returns:

  • (Object)

    the current value of keyAlgorithm



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

def keyAlgorithm
  @keyAlgorithm
end

#keyCurveObject

Returns the value of attribute keyCurve

Returns:

  • (Object)

    the current value of keyCurve



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

def keyCurve
  @keyCurve
end

#keyValueObject

Returns the value of attribute keyValue

Returns:

  • (Object)

    the current value of keyValue



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

def keyValue
  @keyValue
end

#userHandleObject

Returns the value of attribute userHandle

Returns:

  • (Object)

    the current value of userHandle



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

def userHandle
  @userHandle
end