Class: Etapper::API::Invitation

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

Overview

etapestryAPI/serviceInvitation

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
calendarItem - Etapper::API::CalendarItem
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
ref - SOAP::SOAPString
remind - SOAP::SOAPBoolean
status - SOAP::SOAPInt
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, calendarItem = nil, createdDate = nil, date = nil, lastModifiedDate = nil, ref = nil, remind = nil, status = nil, type = nil) ⇒ Invitation

Returns a new instance of Invitation.



1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
# File 'lib/etapper/api/service.rb', line 1581

def initialize(accountName = nil, accountRef = nil, calendarItem = nil, createdDate = nil, date = nil, lastModifiedDate = nil, ref = nil, remind = nil, status = nil, type = nil)
  @accountName = accountName
  @accountRef = accountRef
  @calendarItem = calendarItem
  @createdDate = createdDate
  @date = date
  @lastModifiedDate = lastModifiedDate
  @ref = ref
  @remind = remind
  @status = status
  @type = type
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



1570
1571
1572
# File 'lib/etapper/api/service.rb', line 1570

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



1571
1572
1573
# File 'lib/etapper/api/service.rb', line 1571

def accountRef
  @accountRef
end

#calendarItemObject

Returns the value of attribute calendarItem.



1572
1573
1574
# File 'lib/etapper/api/service.rb', line 1572

def calendarItem
  @calendarItem
end

#createdDateObject

Returns the value of attribute createdDate.



1573
1574
1575
# File 'lib/etapper/api/service.rb', line 1573

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



1574
1575
1576
# File 'lib/etapper/api/service.rb', line 1574

def date
  @date
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



1575
1576
1577
# File 'lib/etapper/api/service.rb', line 1575

def lastModifiedDate
  @lastModifiedDate
end

#refObject

Returns the value of attribute ref.



1576
1577
1578
# File 'lib/etapper/api/service.rb', line 1576

def ref
  @ref
end

#remindObject

Returns the value of attribute remind.



1577
1578
1579
# File 'lib/etapper/api/service.rb', line 1577

def remind
  @remind
end

#statusObject

Returns the value of attribute status.



1578
1579
1580
# File 'lib/etapper/api/service.rb', line 1578

def status
  @status
end

#typeObject

Returns the value of attribute type.



1579
1580
1581
# File 'lib/etapper/api/service.rb', line 1579

def type
  @type
end