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