Class: Kudzu::Agent::Reference

Inherits:
Model::Base show all
Includes:
Model::Link
Defined in:
lib/kudzu/agent/reference.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Model::Link

#status_redirection?, #status_success?, #uri

Methods inherited from Model::Base

#initialize

Constructor Details

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

Instance Attribute Details

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/kudzu/agent/reference.rb', line 6

def title
  @title
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/kudzu/agent/reference.rb', line 6

def url
  @url
end