Class: Awestruct::Extensions::Tagger::TagStat

Inherits:
Object
  • Object
show all
Defined in:
lib/awestruct/extensions/tagger.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tag, pages) ⇒ TagStat

Returns a new instance of TagStat.



11
12
13
14
# File 'lib/awestruct/extensions/tagger.rb', line 11

def initialize(tag, pages)
  @tag   = tag
  @pages = pages
end

Instance Attribute Details

#groupObject

Returns the value of attribute group.



9
10
11
# File 'lib/awestruct/extensions/tagger.rb', line 9

def group
  @group
end

#pagesObject

Returns the value of attribute pages.



8
9
10
# File 'lib/awestruct/extensions/tagger.rb', line 8

def pages
  @pages
end

#primary_pageObject

Returns the value of attribute primary_page.



10
11
12
# File 'lib/awestruct/extensions/tagger.rb', line 10

def primary_page
  @primary_page
end

Instance Method Details

#to_sObject



16
17
18
# File 'lib/awestruct/extensions/tagger.rb', line 16

def to_s
  @tag
end