Class: BellaBaxter::TotpKeyInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_nameObject

Returns the value of attribute account_name

Returns:

  • (Object)

    the current value of account_name



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def 
  @account_name
end

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def algorithm
  @algorithm
end

#digitsObject

Returns the value of attribute digits

Returns:

  • (Object)

    the current value of digits



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def digits
  @digits
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def issuer
  @issuer
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def name
  @name
end

#periodObject

Returns the value of attribute period

Returns:

  • (Object)

    the current value of period



37
38
39
# File 'lib/bella_baxter/models.rb', line 37

def period
  @period
end