Class: Oneview::Entity::Sms

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Instance Attribute Details

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#numbersObject

Returns the value of attribute numbers.



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

def numbers
  @numbers
end

#scheduleObject

Returns the value of attribute schedule.



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

def schedule
  @schedule
end