Class: PivotalDoc::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/pivotal_doc/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



36
37
38
# File 'lib/pivotal_doc/configuration.rb', line 36

def password
  @password
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



36
37
38
# File 'lib/pivotal_doc/configuration.rb', line 36

def token
  @token
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



36
37
38
# File 'lib/pivotal_doc/configuration.rb', line 36

def username
  @username
end