Class: Mpp::Methods::Tempo::Attribution::DecodedMemo

Inherits:
Data
  • Object
show all
Defined in:
lib/mpp/methods/tempo/attribution.rb

Overview

Decoded memo structure.

Instance Attribute Summary collapse

Instance Attribute Details

#client_fingerprintObject (readonly)

Returns the value of attribute client_fingerprint

Returns:

  • (Object)

    the current value of client_fingerprint



97
98
99
# File 'lib/mpp/methods/tempo/attribution.rb', line 97

def client_fingerprint
  @client_fingerprint
end

#nonceObject (readonly)

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



97
98
99
# File 'lib/mpp/methods/tempo/attribution.rb', line 97

def nonce
  @nonce
end

#server_fingerprintObject (readonly)

Returns the value of attribute server_fingerprint

Returns:

  • (Object)

    the current value of server_fingerprint



97
98
99
# File 'lib/mpp/methods/tempo/attribution.rb', line 97

def server_fingerprint
  @server_fingerprint
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



97
98
99
# File 'lib/mpp/methods/tempo/attribution.rb', line 97

def version
  @version
end