Class: Kudzu::Agent::Robots::Rule

Inherits:
Model::Base show all
Defined in:
lib/kudzu/agent/robots/txt.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

#allowObject

Returns the value of attribute allow.



30
31
32
# File 'lib/kudzu/agent/robots/txt.rb', line 30

def allow
  @allow
end

#pathObject

Returns the value of attribute path.



30
31
32
# File 'lib/kudzu/agent/robots/txt.rb', line 30

def path
  @path
end