Class: Rsssf::PageStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsssf/page.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



6
7
8
# File 'lib/rsssf/page.rb', line 6

def authors
  @authors
end

#basenameObject

Returns the value of attribute basename

Returns:

  • (Object)

    the current value of basename



6
7
8
# File 'lib/rsssf/page.rb', line 6

def basename
  @basename
end

#char_countObject

Returns the value of attribute char_count

Returns:

  • (Object)

    the current value of char_count



6
7
8
# File 'lib/rsssf/page.rb', line 6

def char_count
  @char_count
end

#last_updatedObject

Returns the value of attribute last_updated

Returns:

  • (Object)

    the current value of last_updated



6
7
8
# File 'lib/rsssf/page.rb', line 6

def last_updated
  @last_updated
end

#line_countObject

Returns the value of attribute line_count

Returns:

  • (Object)

    the current value of line_count



6
7
8
# File 'lib/rsssf/page.rb', line 6

def line_count
  @line_count
end

#seasonObject

Returns the value of attribute season

Returns:

  • (Object)

    the current value of season



6
7
8
# File 'lib/rsssf/page.rb', line 6

def season
  @season
end

#sectionsObject

Returns the value of attribute sections

Returns:

  • (Object)

    the current value of sections



6
7
8
# File 'lib/rsssf/page.rb', line 6

def sections
  @sections
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



6
7
8
# File 'lib/rsssf/page.rb', line 6

def source
  @source
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



6
7
8
# File 'lib/rsssf/page.rb', line 6

def year
  @year
end