Class: SfCli::Sf::Org::Core::ConnectionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/sf_cli/sf/org/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token

Returns:

  • (Object)

    the current value of access_token



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def access_token
  @access_token
end

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def alias
  @alias
end

#api_versionObject

Returns the value of attribute api_version

Returns:

  • (Object)

    the current value of api_version



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def api_version
  @api_version
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def id
  @id
end

#instance_urlObject

Returns the value of attribute instance_url

Returns:

  • (Object)

    the current value of instance_url



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def instance_url
  @instance_url
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def status
  @status
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



15
16
17
# File 'lib/sf_cli/sf/org/core.rb', line 15

def user_name
  @user_name
end