Class: PlanningCenter::Item

Inherits:
Base
  • Object
show all
Defined in:
lib/planning_center/item.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from PlanningCenter::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PlanningCenter::Base

Instance Method Details

#arrangementObject



5
6
7
# File 'lib/planning_center/item.rb', line 5

def arrangement
  @arrangement ||= Arrangement.find(arrangement_id, client)
end