Class: LcpSdk::MessageModel
- Inherits:
-
Struct
- Object
- Struct
- LcpSdk::MessageModel
- Defined in:
- lib/generated_models.rb
Instance Attribute Summary collapse
-
#correlation_id ⇒ Object
Returns the value of attribute correlation_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key.
-
#receiver_id ⇒ Object
Returns the value of attribute receiver_id.
-
#security ⇒ Object
Returns the value of attribute security.
-
#sender_id ⇒ Object
Returns the value of attribute sender_id.
-
#test ⇒ Object
Returns the value of attribute test.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#correlation_id ⇒ Object
Returns the value of attribute correlation_id
3 4 5 |
# File 'lib/generated_models.rb', line 3 def correlation_id @correlation_id end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/generated_models.rb', line 3 def id @id end |
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key
3 4 5 |
# File 'lib/generated_models.rb', line 3 def idempotency_key @idempotency_key end |
#receiver_id ⇒ Object
Returns the value of attribute receiver_id
3 4 5 |
# File 'lib/generated_models.rb', line 3 def receiver_id @receiver_id end |
#security ⇒ Object
Returns the value of attribute security
3 4 5 |
# File 'lib/generated_models.rb', line 3 def security @security end |
#sender_id ⇒ Object
Returns the value of attribute sender_id
3 4 5 |
# File 'lib/generated_models.rb', line 3 def sender_id @sender_id end |
#test ⇒ Object
Returns the value of attribute test
3 4 5 |
# File 'lib/generated_models.rb', line 3 def test @test end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
3 4 5 |
# File 'lib/generated_models.rb', line 3 def @timestamp end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/generated_models.rb', line 3 def type @type end |