Class: Zinc::RetailerCredentials
- Defined in:
- lib/zinc/retailer_credentials.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#password ⇒ Object
Returns the value of attribute password.
-
#totp_2fa_key ⇒ Object
Returns the value of attribute totp_2fa_key.
-
#verification_code ⇒ Object
Returns the value of attribute verification_code.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Zinc::Model
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/zinc/retailer_credentials.rb', line 3 def email @email end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/zinc/retailer_credentials.rb', line 3 def password @password end |
#totp_2fa_key ⇒ Object
Returns the value of attribute totp_2fa_key.
3 4 5 |
# File 'lib/zinc/retailer_credentials.rb', line 3 def totp_2fa_key @totp_2fa_key end |
#verification_code ⇒ Object
Returns the value of attribute verification_code.
3 4 5 |
# File 'lib/zinc/retailer_credentials.rb', line 3 def verification_code @verification_code end |