Class: RubyBox::EventResponse
- Defined in:
- lib/ruby-box/event_response.rb
Instance Method Summary collapse
Methods inherited from Item
#create, #create_shared_link, #delete, #disable_shared_link, has_many, has_many_paginated, #initialize, #method_missing, #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
#events ⇒ Object
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 |