Class: SendEmailAction
- Inherits:
-
Action
- Object
- DynamicData
- Action
- SendEmailAction
- 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
-
#body ⇒ Object
Returns the value of attribute body.
-
#ccList ⇒ Object
Returns the value of attribute ccList.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#toList ⇒ Object
Returns the value of attribute toList.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], toList = nil, ccList = nil, subject = nil, body = nil) ⇒ SendEmailAction
constructor
A new instance of SendEmailAction.
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
#body ⇒ Object
Returns the value of attribute body.
2776 2777 2778 |
# File 'lib/vmware/soap/vim25.rb', line 2776 def body @body end |
#ccList ⇒ Object
Returns the value of attribute ccList.
2774 2775 2776 |
# File 'lib/vmware/soap/vim25.rb', line 2774 def ccList @ccList end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2772 2773 2774 |
# File 'lib/vmware/soap/vim25.rb', line 2772 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2771 2772 2773 |
# File 'lib/vmware/soap/vim25.rb', line 2771 def dynamicType @dynamicType end |
#subject ⇒ Object
Returns the value of attribute subject.
2775 2776 2777 |
# File 'lib/vmware/soap/vim25.rb', line 2775 def subject @subject end |
#toList ⇒ Object
Returns the value of attribute toList.
2773 2774 2775 |
# File 'lib/vmware/soap/vim25.rb', line 2773 def toList @toList end |