Class: Sequence::Token::Sum

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. Is nil unless included in ‘group_by` request parameter.



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

attrib :account_id

#account_tagsObject (readonly)

The tags of the account containing the tokens. Is nil unless included in ‘group_by` request parameter.



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

attrib :account_tags

#amountObject (readonly)

The amount of tokens in the group.



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

attrib :amount

#flavor_idObject (readonly)

The flavor of the tokens in the group. Is nil unless included in ‘group_by` request parameter.



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

attrib :flavor_id

#flavor_tagsObject (readonly)

The tags of the flavor of the tokens in the group. Is nil unless included in ‘group_by` request parameter.



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

attrib :flavor_tags

#tagsObject (readonly)

The tags of the tokens in the group. Is nil unless included in ‘group_by` request parameter.



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

attrib :tags