Class: Event
- Inherits:
-
Object
- Object
- Event
- Defined in:
- lib/caldav.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#created ⇒ Object
Returns the value of attribute created.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dtend ⇒ Object
Returns the value of attribute dtend.
-
#dtstart ⇒ Object
Returns the value of attribute dtstart.
-
#lastmodified ⇒ Object
Returns the value of attribute lastmodified.
-
#name ⇒ Object
Returns the value of attribute name.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
14 15 16 |
# File 'lib/caldav.rb', line 14 def action @action end |
#created ⇒ Object
Returns the value of attribute created.
14 15 16 |
# File 'lib/caldav.rb', line 14 def created @created end |
#description ⇒ Object
Returns the value of attribute description.
14 15 16 |
# File 'lib/caldav.rb', line 14 def description @description end |
#dtend ⇒ Object
Returns the value of attribute dtend.
14 15 16 |
# File 'lib/caldav.rb', line 14 def dtend @dtend end |
#dtstart ⇒ Object
Returns the value of attribute dtstart.
14 15 16 |
# File 'lib/caldav.rb', line 14 def dtstart @dtstart end |
#lastmodified ⇒ Object
Returns the value of attribute lastmodified.
14 15 16 |
# File 'lib/caldav.rb', line 14 def lastmodified @lastmodified end |
#name ⇒ Object
Returns the value of attribute name.
14 15 16 |
# File 'lib/caldav.rb', line 14 def name @name end |
#summary ⇒ Object
Returns the value of attribute summary.
14 15 16 |
# File 'lib/caldav.rb', line 14 def summary @summary end |
#uid ⇒ Object
Returns the value of attribute uid.
14 15 16 |
# File 'lib/caldav.rb', line 14 def uid @uid end |