Class: SmsInfo
- Inherits:
-
Object
- Object
- SmsInfo
- Defined in:
- lib/compropago_sdk/factory/models/sms_info.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#object ⇒ Object
Returns the value of attribute object.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ SmsInfo
constructor
A new instance of SmsInfo.
Constructor Details
#initialize ⇒ SmsInfo
7 8 9 |
# File 'lib/compropago_sdk/factory/models/sms_info.rb', line 7 def initialize @data = SmsData.new end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/sms_info.rb', line 5 def data @data end |
#object ⇒ Object
Returns the value of attribute object.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/sms_info.rb', line 4 def object @object end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/sms_info.rb', line 3 def type @type end |