Class: Puree::Model::EventHeader

Inherits:
Structure show all
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

#data?

Instance Attribute Details

#titleString?

Returns:

  • (String, nil)


12
13
14
# File 'lib/puree/model/event_header.rb', line 12

def title
  @title
end

#uuidString?

Returns:

  • (String, nil)


9
10
11
# File 'lib/puree/model/event_header.rb', line 9

def uuid
  @uuid
end