Class: Rsssf::PageStat
- Inherits:
-
Struct
- Object
- Struct
- Rsssf::PageStat
- Defined in:
- lib/rsssf/page.rb
Instance Attribute Summary collapse
-
#authors ⇒ Object
Returns the value of attribute authors.
-
#basename ⇒ Object
Returns the value of attribute basename.
-
#char_count ⇒ Object
Returns the value of attribute char_count.
-
#last_updated ⇒ Object
Returns the value of attribute last_updated.
-
#line_count ⇒ Object
Returns the value of attribute line_count.
-
#season ⇒ Object
Returns the value of attribute season.
-
#sections ⇒ Object
Returns the value of attribute sections.
-
#source ⇒ Object
Returns the value of attribute source.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#authors ⇒ Object
Returns the value of attribute authors
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def @authors end |
#basename ⇒ Object
Returns the value of attribute basename
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def basename @basename end |
#char_count ⇒ Object
Returns the value of attribute char_count
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def char_count @char_count end |
#last_updated ⇒ Object
Returns the value of attribute last_updated
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def last_updated @last_updated end |
#line_count ⇒ Object
Returns the value of attribute line_count
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def line_count @line_count end |
#season ⇒ Object
Returns the value of attribute season
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def season @season end |
#sections ⇒ Object
Returns the value of attribute sections
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def sections @sections end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def source @source end |
#year ⇒ Object
Returns the value of attribute year
6 7 8 |
# File 'lib/rsssf/page.rb', line 6 def year @year end |