Class: Pandoru::Credentials::Resolved

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

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



27
28
29
# File 'lib/pandoru/credentials.rb', line 27

def password
  @password
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



27
28
29
# File 'lib/pandoru/credentials.rb', line 27

def source
  @source
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



27
28
29
# File 'lib/pandoru/credentials.rb', line 27

def username
  @username
end