Class: Etapper::API::CalendarItem

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceCalendarItem

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
attachments - Etapper::API::ArrayOfAttachment
createdDate - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
endTime - SOAP::SOAPDateTime
invitations - Etapper::API::ArrayOfInvitation
lastModifiedDate - SOAP::SOAPDateTime
note - SOAP::SOAPString
priority - SOAP::SOAPInt
private - SOAP::SOAPBoolean
recurringSchedule - Etapper::API::RecurringSchedule
ref - SOAP::SOAPString
remind - SOAP::SOAPBoolean
startTime - SOAP::SOAPDateTime
status - SOAP::SOAPInt
title - SOAP::SOAPString
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, definedValues = nil, endTime = nil, invitations = nil, lastModifiedDate = nil, note = nil, priority = nil, private = nil, recurringSchedule = nil, ref = nil, remind = nil, startTime = nil, status = nil, title = nil, type = nil) ⇒ CalendarItem

Returns a new instance of CalendarItem.



1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/etapper/api/service.rb', line 1536

def initialize(accountName = nil, accountRef = nil, attachments = nil, createdDate = nil, definedValues = nil, endTime = nil, invitations = nil, lastModifiedDate = nil, note = nil, priority = nil, private = nil, recurringSchedule = nil, ref = nil, remind = nil, startTime = nil, status = nil, title = nil, type = nil)
  @accountName = accountName
  @accountRef = accountRef
  @attachments = attachments
  @createdDate = createdDate
  @definedValues = definedValues
  @endTime = endTime
  @invitations = invitations
  @lastModifiedDate = lastModifiedDate
  @note = note
  @priority = priority
  @private = private
  @recurringSchedule = recurringSchedule
  @ref = ref
  @remind = remind
  @startTime = startTime
  @status = status
  @title = title
  @type = type
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



1517
1518
1519
# File 'lib/etapper/api/service.rb', line 1517

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



1518
1519
1520
# File 'lib/etapper/api/service.rb', line 1518

def accountRef
  @accountRef
end

#attachmentsObject

Returns the value of attribute attachments.



1519
1520
1521
# File 'lib/etapper/api/service.rb', line 1519

def attachments
  @attachments
end

#createdDateObject

Returns the value of attribute createdDate.



1520
1521
1522
# File 'lib/etapper/api/service.rb', line 1520

def createdDate
  @createdDate
end

#definedValuesObject

Returns the value of attribute definedValues.



1521
1522
1523
# File 'lib/etapper/api/service.rb', line 1521

def definedValues
  @definedValues
end

#endTimeObject

Returns the value of attribute endTime.



1522
1523
1524
# File 'lib/etapper/api/service.rb', line 1522

def endTime
  @endTime
end

#invitationsObject

Returns the value of attribute invitations.



1523
1524
1525
# File 'lib/etapper/api/service.rb', line 1523

def invitations
  @invitations
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



1524
1525
1526
# File 'lib/etapper/api/service.rb', line 1524

def lastModifiedDate
  @lastModifiedDate
end

#noteObject

Returns the value of attribute note.



1525
1526
1527
# File 'lib/etapper/api/service.rb', line 1525

def note
  @note
end

#priorityObject

Returns the value of attribute priority.



1526
1527
1528
# File 'lib/etapper/api/service.rb', line 1526

def priority
  @priority
end

#privateObject

Returns the value of attribute private.



1527
1528
1529
# File 'lib/etapper/api/service.rb', line 1527

def private
  @private
end

#recurringScheduleObject

Returns the value of attribute recurringSchedule.



1528
1529
1530
# File 'lib/etapper/api/service.rb', line 1528

def recurringSchedule
  @recurringSchedule
end

#refObject

Returns the value of attribute ref.



1529
1530
1531
# File 'lib/etapper/api/service.rb', line 1529

def ref
  @ref
end

#remindObject

Returns the value of attribute remind.



1530
1531
1532
# File 'lib/etapper/api/service.rb', line 1530

def remind
  @remind
end

#startTimeObject

Returns the value of attribute startTime.



1531
1532
1533
# File 'lib/etapper/api/service.rb', line 1531

def startTime
  @startTime
end

#statusObject

Returns the value of attribute status.



1532
1533
1534
# File 'lib/etapper/api/service.rb', line 1532

def status
  @status
end

#titleObject

Returns the value of attribute title.



1533
1534
1535
# File 'lib/etapper/api/service.rb', line 1533

def title
  @title
end

#typeObject

Returns the value of attribute type.



1534
1535
1536
# File 'lib/etapper/api/service.rb', line 1534

def type
  @type
end