Class: Bosh::Cli::Client::Uaa::AccessInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/cli/client/uaa/access_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



5
6
7
# File 'lib/cli/client/uaa/access_info.rb', line 5

def token
  @token
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



5
6
7
# File 'lib/cli/client/uaa/access_info.rb', line 5

def username
  @username
end