Class: Brownie::Credentials
- Inherits:
-
Object
- Object
- Brownie::Credentials
- Defined in:
- lib/brownie/credentials.rb
Instance Attribute Summary collapse
-
#license_number ⇒ Object
Returns the value of attribute license_number.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#license_number ⇒ Object
Returns the value of attribute license_number.
3 4 5 |
# File 'lib/brownie/credentials.rb', line 3 def license_number @license_number end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/brownie/credentials.rb', line 3 def password @password end |
#user_id ⇒ Object
Returns the value of attribute user_id.
3 4 5 |
# File 'lib/brownie/credentials.rb', line 3 def user_id @user_id end |