Class: Schemas::Sms_types::SMSMessageType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::SMSMessageType
- Defined in:
- lib/bluevia/schemas/sms_types.rb
Overview
/SMSMessageType
- SOAP::SOAPString
originAddress - Schemas::Sms_types::UserIdType
destinationAddress - Schemas::Sms_types::UserIdType
dateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#dateTime ⇒ Object
Returns the value of attribute dateTime.
-
#destinationAddress ⇒ Object
Returns the value of attribute destinationAddress.
-
#message ⇒ Object
Returns the value of attribute message.
-
#originAddress ⇒ Object
Returns the value of attribute originAddress.
Instance Method Summary collapse
-
#initialize(message = nil, originAddress = nil, destinationAddress = nil, dateTime = nil) ⇒ SMSMessageType
constructor
A new instance of SMSMessageType.
Constructor Details
#initialize(message = nil, originAddress = nil, destinationAddress = nil, dateTime = nil) ⇒ SMSMessageType
Returns a new instance of SMSMessageType.
78 79 80 81 82 83 |
# File 'lib/bluevia/schemas/sms_types.rb', line 78 def initialize( = nil, originAddress = nil, destinationAddress = nil, dateTime = nil) @message = @originAddress = originAddress @destinationAddress = destinationAddress @dateTime = dateTime end |
Instance Attribute Details
#dateTime ⇒ Object
Returns the value of attribute dateTime.
76 77 78 |
# File 'lib/bluevia/schemas/sms_types.rb', line 76 def dateTime @dateTime end |
#destinationAddress ⇒ Object
Returns the value of attribute destinationAddress.
75 76 77 |
# File 'lib/bluevia/schemas/sms_types.rb', line 75 def destinationAddress @destinationAddress end |
#message ⇒ Object
Returns the value of attribute message.
73 74 75 |
# File 'lib/bluevia/schemas/sms_types.rb', line 73 def @message end |
#originAddress ⇒ Object
Returns the value of attribute originAddress.
74 75 76 |
# File 'lib/bluevia/schemas/sms_types.rb', line 74 def originAddress @originAddress end |