Class: Oneview::Entity::Email
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#from ⇒ Object
Returns the value of attribute from.
-
#schedule ⇒ Object
Returns the value of attribute schedule.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#to ⇒ Object
Returns the value of attribute to.
Method Summary
Methods inherited from Base
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
4 5 6 |
# File 'lib/oneview/entity/email.rb', line 4 def body @body end |
#from ⇒ Object
Returns the value of attribute from.
4 5 6 |
# File 'lib/oneview/entity/email.rb', line 4 def from @from end |
#schedule ⇒ Object
Returns the value of attribute schedule.
4 5 6 |
# File 'lib/oneview/entity/email.rb', line 4 def schedule @schedule end |
#subject ⇒ Object
Returns the value of attribute subject.
4 5 6 |
# File 'lib/oneview/entity/email.rb', line 4 def subject @subject end |
#to ⇒ Object
Returns the value of attribute to.
4 5 6 |
# File 'lib/oneview/entity/email.rb', line 4 def to @to end |