Class: LcpSdk::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/lcp_sdk.rb

Instance Attribute Summary collapse

Instance Attribute Details

#correlation_idObject

Returns the value of attribute correlation_id

Returns:

  • (Object)

    the current value of correlation_id



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def correlation_id
  @correlation_id
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def id
  @id
end

#idempotency_keyObject

Returns the value of attribute idempotency_key

Returns:

  • (Object)

    the current value of idempotency_key



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def idempotency_key
  @idempotency_key
end

#receiver_idObject

Returns the value of attribute receiver_id

Returns:

  • (Object)

    the current value of receiver_id



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def receiver_id
  @receiver_id
end

#sender_idObject

Returns the value of attribute sender_id

Returns:

  • (Object)

    the current value of sender_id



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def sender_id
  @sender_id
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def test
  @test
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def timestamp
  @timestamp
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/lcp_sdk.rb', line 13

def type
  @type
end