Class: SmsObject
- Inherits:
-
Object
- Object
- SmsObject
- Defined in:
- lib/compropago_sdk/factory/models/sms_object.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#short_id ⇒ Object
Returns the value of attribute short_id.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/sms_object.rb', line 3 def id @id end |
#object ⇒ Object
Returns the value of attribute object.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/sms_object.rb', line 4 def object @object end |
#short_id ⇒ Object
Returns the value of attribute short_id.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/sms_object.rb', line 5 def short_id @short_id end |