Class: Kudzu::Agent::Robots::Txt

Inherits:
Model::Base show all
Defined in:
lib/kudzu/agent/robots/txt.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTxt

Returns a new instance of Txt.



9
10
11
12
# File 'lib/kudzu/agent/robots/txt.rb', line 9

def initialize
  self.sets = []
  self.sitemaps = []
end

Instance Attribute Details

#setsObject

Returns the value of attribute sets.



7
8
9
# File 'lib/kudzu/agent/robots/txt.rb', line 7

def sets
  @sets
end

#sitemapsObject

Returns the value of attribute sitemaps.



7
8
9
# File 'lib/kudzu/agent/robots/txt.rb', line 7

def sitemaps
  @sitemaps
end