Class: Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/rawapi/entry.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEntry

Returns a new instance of Entry.



4
5
6
# File 'lib/rawapi/entry.rb', line 4

def initialize
  @items = []
end

Instance Attribute Details

#circulationObject

Returns the value of attribute circulation.



2
3
4
# File 'lib/rawapi/entry.rb', line 2

def circulation
  @circulation
end

#dateObject

Returns the value of attribute date.



2
3
4
# File 'lib/rawapi/entry.rb', line 2

def date
  @date
end

#hitsObject

Returns the value of attribute hits.



2
3
4
# File 'lib/rawapi/entry.rb', line 2

def hits
  @hits
end

#itemsObject

Returns the value of attribute items.



2
3
4
# File 'lib/rawapi/entry.rb', line 2

def items
  @items
end