Class: Caren::EventSlotContainer

Inherits:
Base
  • Object
show all
Defined in:
lib/caren/event_slot_container.rb

Instance Attribute Summary

Attributes inherited from Base

#attributes, #original_xml

Class Method Summary collapse

Methods inherited from Base

#as_xml, from_xml, hash_from_image, init_dependent_objects, #initialize, #node_root, resource_location, resource_url, #resource_url, search_url, #to_xml, to_xml

Constructor Details

This class inherits a constructor from Caren::Base

Dynamic Method Handling

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

Class Method Details

.array_rootObject



9
10
11
# File 'lib/caren/event_slot_container.rb', line 9

def self.array_root
 :event_slot_containers
end

.keysObject



3
4
5
6
7
# File 'lib/caren/event_slot_container.rb', line 3

def self.keys
  [ :employee,
    :event_slots
  ]
end

.node_rootObject



13
14
15
# File 'lib/caren/event_slot_container.rb', line 13

def self.node_root
 :event_slot_container
end