Class: Todo
- Inherits:
-
Object
- Object
- Todo
- Defined in:
- lib/caldav.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#created ⇒ Object
Returns the value of attribute created.
-
#dtstart ⇒ Object
Returns the value of attribute dtstart.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed.
18 19 20 |
# File 'lib/caldav.rb', line 18 def completed @completed end |
#created ⇒ Object
Returns the value of attribute created.
18 19 20 |
# File 'lib/caldav.rb', line 18 def created @created end |
#dtstart ⇒ Object
Returns the value of attribute dtstart.
18 19 20 |
# File 'lib/caldav.rb', line 18 def dtstart @dtstart end |
#status ⇒ Object
Returns the value of attribute status.
18 19 20 |
# File 'lib/caldav.rb', line 18 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary.
18 19 20 |
# File 'lib/caldav.rb', line 18 def summary @summary end |
#uid ⇒ Object
Returns the value of attribute uid.
18 19 20 |
# File 'lib/caldav.rb', line 18 def uid @uid end |