Class: SimplicityClient::Params
- Inherits:
-
Struct
- Object
- Struct
- SimplicityClient::Params
- Defined in:
- lib/simplicity_client.rb
Instance Attribute Summary collapse
-
#credentialId ⇒ Object
Returns the value of attribute credentialId.
-
#email ⇒ Object
Returns the value of attribute email.
-
#keyAlgorithm ⇒ Object
Returns the value of attribute keyAlgorithm.
-
#keyCurve ⇒ Object
Returns the value of attribute keyCurve.
-
#keyValue ⇒ Object
Returns the value of attribute keyValue.
-
#userHandle ⇒ Object
Returns the value of attribute userHandle.
Instance Attribute Details
#credentialId ⇒ Object
Returns the value of attribute credentialId
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def credentialId @credentialId end |
#email ⇒ Object
Returns the value of attribute email
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def email @email end |
#keyAlgorithm ⇒ Object
Returns the value of attribute keyAlgorithm
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def keyAlgorithm @keyAlgorithm end |
#keyCurve ⇒ Object
Returns the value of attribute keyCurve
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def keyCurve @keyCurve end |
#keyValue ⇒ Object
Returns the value of attribute keyValue
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def keyValue @keyValue end |
#userHandle ⇒ Object
Returns the value of attribute userHandle
17 18 19 |
# File 'lib/simplicity_client.rb', line 17 def userHandle @userHandle end |