Class: RubyBox::EventResponse

Inherits:
Item
  • Object
show all
Defined in:
lib/ruby-box/event_response.rb

Instance Method Summary collapse

Methods inherited from Item

#as_json, #create, #create_shared_link, #delete, #disable_shared_link, has_many, has_many_paginated, #initialize, #method_missing, #move_to, #reload_meta, #shared_link, #update

Constructor Details

This class inherits a constructor from RubyBox::Item

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RubyBox::Item

Instance Method Details

#eventsObject



4
5
6
7
8
# File 'lib/ruby-box/event_response.rb', line 4

def events
  @events ||= entries.collect {|ev|
    RubyBox::Event.new(@session, ev)
  }
end