Class: Kudzu::Agent::Http::Connection

Inherits:
Model::Base show all
Defined in:
lib/kudzu/agent/http/connection.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#initialize

Constructor Details

This class inherits a constructor from Kudzu::Model::Base

Instance Attribute Details

#httpObject

Returns the value of attribute http.



5
6
7
# File 'lib/kudzu/agent/http/connection.rb', line 5

def http
  @http
end

#last_usedObject

Returns the value of attribute last_used.



5
6
7
# File 'lib/kudzu/agent/http/connection.rb', line 5

def last_used
  @last_used
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/kudzu/agent/http/connection.rb', line 5

def name
  @name
end