Class: Oneview::Entity::Email

Inherits:
Base
  • Object
show all
Defined in:
lib/oneview/entity/email.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



4
5
6
# File 'lib/oneview/entity/email.rb', line 4

def body
  @body
end

#fromObject

Returns the value of attribute from.



4
5
6
# File 'lib/oneview/entity/email.rb', line 4

def from
  @from
end

#scheduleObject

Returns the value of attribute schedule.



4
5
6
# File 'lib/oneview/entity/email.rb', line 4

def schedule
  @schedule
end

#subjectObject

Returns the value of attribute subject.



4
5
6
# File 'lib/oneview/entity/email.rb', line 4

def subject
  @subject
end

#toObject

Returns the value of attribute to.



4
5
6
# File 'lib/oneview/entity/email.rb', line 4

def to
  @to
end