Class: Sequence::Flavor

Inherits:
ResponseObject show all
Defined in:
lib/sequence/flavor.rb

Overview

A taxonomy used to differentiate different types of tokens in a ledger.

Defined Under Namespace

Classes: ClientModule, Key, Query

Instance Attribute Summary collapse

Method Summary

Methods inherited from ResponseObject

#[], #[]=, #initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from Sequence::ResponseObject

Instance Attribute Details

#idObject (readonly)

Unique identifier of the flavor.



16
# File 'lib/sequence/flavor.rb', line 16

attrib :id

#key_idsObject (readonly)

The list of IDs for the keys that control the flavor.



21
# File 'lib/sequence/flavor.rb', line 21

attrib(:key_ids)

#quorumObject (readonly)

The number of keys required to sign transactions that issue tokens of the flavor.



27
# File 'lib/sequence/flavor.rb', line 27

attrib :quorum

#tagsObject (readonly)

User-specified key-value data describing the flavor.



32
# File 'lib/sequence/flavor.rb', line 32

attrib :tags