Class: Sequence::Token::Sum
- Inherits:
-
ResponseObject
- Object
- ResponseObject
- Sequence::Token::Sum
- Defined in:
- lib/sequence/token.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
The account containing the tokens.
-
#account_tags ⇒ Object
readonly
The tags of the account containing the tokens.
-
#amount ⇒ Object
readonly
The amount of tokens in the group.
-
#flavor_id ⇒ Object
readonly
The flavor of the tokens in the group.
-
#flavor_tags ⇒ Object
readonly
The tags of the flavor of the tokens in the group.
-
#tags ⇒ Object
readonly
The tags of the tokens in the group.
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_id ⇒ Object (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_tags ⇒ Object (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 |
#amount ⇒ Object (readonly)
The amount of tokens in the group.
104 |
# File 'lib/sequence/token.rb', line 104 attrib :amount |
#flavor_id ⇒ Object (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_tags ⇒ Object (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 |
#tags ⇒ Object (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 |