Class: Travis::Client::Connection::Env

Inherits:
Struct
  • Object
show all
Defined in:
lib/travis/client/connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#meta_dataObject

Returns the value of attribute meta_data

Returns:

  • (Object)

    the current value of meta_data



4
5
6
# File 'lib/travis/client/connection.rb', line 4

def 
  @meta_data
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



4
5
6
# File 'lib/travis/client/connection.rb', line 4

def params
  @params
end

#request_methodObject

Returns the value of attribute request_method

Returns:

  • (Object)

    the current value of request_method



4
5
6
# File 'lib/travis/client/connection.rb', line 4

def request_method
  @request_method
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



4
5
6
# File 'lib/travis/client/connection.rb', line 4

def response
  @response
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



4
5
6
# File 'lib/travis/client/connection.rb', line 4

def uri
  @uri
end