Class: Todo

Inherits:
Object
  • Object
show all
Defined in:
lib/caldav.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed.



18
19
20
# File 'lib/caldav.rb', line 18

def completed
  @completed
end

#createdObject

Returns the value of attribute created.



18
19
20
# File 'lib/caldav.rb', line 18

def created
  @created
end

#dtstartObject

Returns the value of attribute dtstart.



18
19
20
# File 'lib/caldav.rb', line 18

def dtstart
  @dtstart
end

#statusObject

Returns the value of attribute status.



18
19
20
# File 'lib/caldav.rb', line 18

def status
  @status
end

#summaryObject

Returns the value of attribute summary.



18
19
20
# File 'lib/caldav.rb', line 18

def summary
  @summary
end

#uidObject

Returns the value of attribute uid.



18
19
20
# File 'lib/caldav.rb', line 18

def uid
  @uid
end