Class: Model::AccountCredentials

Inherits:
Object
  • Object
show all
Includes:
HashableInit
Defined in:
lib/models/account_credentials.rb

Overview

AccountCredentials model

Instance Attribute Summary collapse

Method Summary

Methods included from HashableInit

#initialize

Instance Attribute Details

#is_storedObject

Returns the value of attribute is_stored.



25
26
27
# File 'lib/models/account_credentials.rb', line 25

def is_stored
  @is_stored
end

#passwordObject

Returns the value of attribute password.



25
26
27
# File 'lib/models/account_credentials.rb', line 25

def password
  @password
end

#usernameObject

Returns the value of attribute username.



25
26
27
# File 'lib/models/account_credentials.rb', line 25

def username
  @username
end