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



84
85
86
# File 'lib/mpp/methods/tempo/attribution.rb', line 84

def client_fingerprint
  @client_fingerprint
end

#nonceObject (readonly)

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



84
85
86
# File 'lib/mpp/methods/tempo/attribution.rb', line 84

def nonce
  @nonce
end

#server_fingerprintObject (readonly)

Returns the value of attribute server_fingerprint

Returns:

  • (Object)

    the current value of server_fingerprint



84
85
86
# File 'lib/mpp/methods/tempo/attribution.rb', line 84

def server_fingerprint
  @server_fingerprint
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



84
85
86
# File 'lib/mpp/methods/tempo/attribution.rb', line 84

def version
  @version
end