Class: Travis::Client::Connection::Env
- Inherits:
-
Struct
- Object
- Struct
- Travis::Client::Connection::Env
- Defined in:
- lib/travis/client/connection.rb
Instance Attribute Summary collapse
-
#meta_data ⇒ Object
Returns the value of attribute meta_data.
-
#params ⇒ Object
Returns the value of attribute params.
-
#request_method ⇒ Object
Returns the value of attribute request_method.
-
#response ⇒ Object
Returns the value of attribute response.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#meta_data ⇒ Object
Returns the value of attribute meta_data
4 5 6 |
# File 'lib/travis/client/connection.rb', line 4 def @meta_data end |
#params ⇒ Object
Returns the value of attribute params
4 5 6 |
# File 'lib/travis/client/connection.rb', line 4 def params @params end |
#request_method ⇒ Object
Returns the value of attribute request_method
4 5 6 |
# File 'lib/travis/client/connection.rb', line 4 def request_method @request_method end |
#response ⇒ Object
Returns the value of attribute response
4 5 6 |
# File 'lib/travis/client/connection.rb', line 4 def response @response end |
#uri ⇒ Object
Returns the value of attribute uri
4 5 6 |
# File 'lib/travis/client/connection.rb', line 4 def uri @uri end |