Class: Bosh::Director::Api::LocalUser

Inherits:
Struct
  • Object
show all
Defined in:
lib/bosh/director/api/local_identity_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



41
42
43
# File 'lib/bosh/director/api/local_identity_provider.rb', line 41

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



41
42
43
# File 'lib/bosh/director/api/local_identity_provider.rb', line 41

def username
  @username
end