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.



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

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

Instance Attribute Details

#groupObject

Returns the value of attribute group.



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

def group
  @group
end

#pagesObject

Returns the value of attribute pages.



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

def pages
  @pages
end

#primary_pageObject

Returns the value of attribute primary_page.



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

def primary_page
  @primary_page
end

Instance Method Details

#to_sObject



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

def to_s
  @tag
end