class ACTV::OrganizerResults

Attributes

items_per_page[R]
start_index[R]
total_results[R]

Public Instance Methods

results() click to toggle source
# File lib/actv/organizer_results.rb, line 5
def results
  @results ||= Array(@attrs[:results]).map do |organizer|
    ACTV::Organizer.new(organizer)
  end
end