Class: Zinc::RetailerCredentials

Inherits:
Model
  • Object
show all
Defined in:
lib/zinc/retailer_credentials.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Zinc::Model

Instance Attribute Details

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/zinc/retailer_credentials.rb', line 3

def email
  @email
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/zinc/retailer_credentials.rb', line 3

def password
  @password
end

#totp_2fa_keyObject

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_codeObject

Returns the value of attribute verification_code.



3
4
5
# File 'lib/zinc/retailer_credentials.rb', line 3

def verification_code
  @verification_code
end