Class: SendEmailAction

Inherits:
Action show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SendEmailAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
toList - SOAP::SOAPString
ccList - SOAP::SOAPString
subject - SOAP::SOAPString
body - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], toList = nil, ccList = nil, subject = nil, body = nil) ⇒ SendEmailAction

Returns a new instance of SendEmailAction.



2778
2779
2780
2781
2782
2783
2784
2785
# File 'lib/vmware/soap/vim25.rb', line 2778

def initialize(dynamicType = nil, dynamicProperty = [], toList = nil, ccList = nil, subject = nil, body = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @toList = toList
  @ccList = ccList
  @subject = subject
  @body = body
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



2776
2777
2778
# File 'lib/vmware/soap/vim25.rb', line 2776

def body
  @body
end

#ccListObject

Returns the value of attribute ccList.



2774
2775
2776
# File 'lib/vmware/soap/vim25.rb', line 2774

def ccList
  @ccList
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2772
2773
2774
# File 'lib/vmware/soap/vim25.rb', line 2772

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2771
2772
2773
# File 'lib/vmware/soap/vim25.rb', line 2771

def dynamicType
  @dynamicType
end

#subjectObject

Returns the value of attribute subject.



2775
2776
2777
# File 'lib/vmware/soap/vim25.rb', line 2775

def subject
  @subject
end

#toListObject

Returns the value of attribute toList.



2773
2774
2775
# File 'lib/vmware/soap/vim25.rb', line 2773

def toList
  @toList
end