Class: Sequence::Token::Group

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

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

#account_idObject (readonly)

The account containing the tokens.



77
# File 'lib/sequence/token.rb', line 77

attrib :account_id

#account_tagsObject (readonly)

The tags of the account containing the tokens.



82
# File 'lib/sequence/token.rb', line 82

attrib :account_tags

#amountObject (readonly)

The amount of tokens in the group.



62
# File 'lib/sequence/token.rb', line 62

attrib :amount

#flavor_idObject (readonly)

The flavor of the tokens in the group.



67
# File 'lib/sequence/token.rb', line 67

attrib :flavor_id

#flavor_tagsObject (readonly)

The tags of the flavor of the tokens in the group.



72
# File 'lib/sequence/token.rb', line 72

attrib :flavor_tags

#tagsObject (readonly)

The tags of the tokens in the group.



87
# File 'lib/sequence/token.rb', line 87

attrib :tags