Class: Pandoru::Credentials::Resolved
- Inherits:
-
Struct
- Object
- Struct
- Pandoru::Credentials::Resolved
- Defined in:
- lib/pandoru/credentials.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#source ⇒ Object
Returns the value of attribute source.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
27 28 29 |
# File 'lib/pandoru/credentials.rb', line 27 def password @password end |
#source ⇒ Object
Returns the value of attribute source
27 28 29 |
# File 'lib/pandoru/credentials.rb', line 27 def source @source end |
#username ⇒ Object
Returns the value of attribute username
27 28 29 |
# File 'lib/pandoru/credentials.rb', line 27 def username @username end |