Class: BellaBaxter::TotpKeyInfo
- Inherits:
-
Struct
- Object
- Struct
- BellaBaxter::TotpKeyInfo
- Defined in:
- lib/bella_baxter/models.rb
Overview
Metadata for a single TOTP key stored in an environment. Returned by Client#list_totp_keys.
Instance Attribute Summary collapse
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#digits ⇒ Object
Returns the value of attribute digits.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#name ⇒ Object
Returns the value of attribute name.
-
#period ⇒ Object
Returns the value of attribute period.
Instance Attribute Details
#account_name ⇒ Object
Returns the value of attribute account_name
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def account_name @account_name end |
#algorithm ⇒ Object
Returns the value of attribute algorithm
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def algorithm @algorithm end |
#digits ⇒ Object
Returns the value of attribute digits
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def digits @digits end |
#issuer ⇒ Object
Returns the value of attribute issuer
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def issuer @issuer end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def name @name end |
#period ⇒ Object
Returns the value of attribute period
37 38 39 |
# File 'lib/bella_baxter/models.rb', line 37 def period @period end |