Class: Puree::Model::EventHeader
- Defined in:
- lib/puree/model/event_header.rb
Overview
A minimal representation of an Event.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Structure
Instance Attribute Details
#title ⇒ String?
12 13 14 |
# File 'lib/puree/model/event_header.rb', line 12 def title @title end |
#uuid ⇒ String?
9 10 11 |
# File 'lib/puree/model/event_header.rb', line 9 def uuid @uuid end |