Class: Event

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action.



14
15
16
# File 'lib/caldav.rb', line 14

def action
  @action
end

#createdObject

Returns the value of attribute created.



14
15
16
# File 'lib/caldav.rb', line 14

def created
  @created
end

#descriptionObject

Returns the value of attribute description.



14
15
16
# File 'lib/caldav.rb', line 14

def description
  @description
end

#dtendObject

Returns the value of attribute dtend.



14
15
16
# File 'lib/caldav.rb', line 14

def dtend
  @dtend
end

#dtstartObject

Returns the value of attribute dtstart.



14
15
16
# File 'lib/caldav.rb', line 14

def dtstart
  @dtstart
end

#lastmodifiedObject

Returns the value of attribute lastmodified.



14
15
16
# File 'lib/caldav.rb', line 14

def lastmodified
  @lastmodified
end

#nameObject

Returns the value of attribute name.



14
15
16
# File 'lib/caldav.rb', line 14

def name
  @name
end

#summaryObject

Returns the value of attribute summary.



14
15
16
# File 'lib/caldav.rb', line 14

def summary
  @summary
end

#uidObject

Returns the value of attribute uid.



14
15
16
# File 'lib/caldav.rb', line 14

def uid
  @uid
end