Class: Mpp::Methods::Tempo::Attribution::DecodedMemo
- Inherits:
-
Data
- Object
- Data
- Mpp::Methods::Tempo::Attribution::DecodedMemo
- Defined in:
- lib/mpp/methods/tempo/attribution.rb
Overview
Decoded memo structure.
Instance Attribute Summary collapse
-
#client_fingerprint ⇒ Object
readonly
Returns the value of attribute client_fingerprint.
-
#nonce ⇒ Object
readonly
Returns the value of attribute nonce.
-
#server_fingerprint ⇒ Object
readonly
Returns the value of attribute server_fingerprint.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#client_fingerprint ⇒ Object (readonly)
Returns the value of attribute client_fingerprint
84 85 86 |
# File 'lib/mpp/methods/tempo/attribution.rb', line 84 def client_fingerprint @client_fingerprint end |
#nonce ⇒ Object (readonly)
Returns the value of attribute nonce
84 85 86 |
# File 'lib/mpp/methods/tempo/attribution.rb', line 84 def nonce @nonce end |
#server_fingerprint ⇒ Object (readonly)
Returns the value of attribute server_fingerprint
84 85 86 |
# File 'lib/mpp/methods/tempo/attribution.rb', line 84 def server_fingerprint @server_fingerprint end |
#version ⇒ Object (readonly)
Returns the value of attribute version
84 85 86 |
# File 'lib/mpp/methods/tempo/attribution.rb', line 84 def version @version end |