Class: ReleaseHighlight::QueryResult

Inherits:
Struct
  • Object
show all
Includes:
Enumerable
Defined in:
app/models/release_highlight.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



102
103
104
# File 'app/models/release_highlight.rb', line 102

def items
  @items
end

#next_pageObject

Returns the value of attribute next_page

Returns:

  • (Object)

    the current value of next_page



102
103
104
# File 'app/models/release_highlight.rb', line 102

def next_page
  @next_page
end