Class: LcpSdk::EnvelopeModel
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::EnvelopeModel
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/generated_models.rb', line 4 def @message end |
#payload ⇒ Object
Returns the value of attribute payload
4 5 6 |
# File 'lib/generated_models.rb', line 4 def payload @payload end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/generated_models.rb', line 4 def version @version end |