Class: Brownie::Credentials

Inherits:
Object
  • Object
show all
Defined in:
lib/brownie/credentials.rb

Instance Attribute Summary collapse

Instance Attribute Details

#license_numberObject

Returns the value of attribute license_number.



3
4
5
# File 'lib/brownie/credentials.rb', line 3

def license_number
  @license_number
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/brownie/credentials.rb', line 3

def password
  @password
end

#user_idObject

Returns the value of attribute user_id.



3
4
5
# File 'lib/brownie/credentials.rb', line 3

def user_id
  @user_id
end