Class: IOSTSdk::Models::Account

Inherits:
Object
  • Object
show all
Includes:
IOSTSdk::Models
Defined in:
lib/iost_sdk/models/account.rb

Constant Summary

Constants included from IOSTSdk::Models

MODEL_REGISTRY

Class Method Summary collapse

Methods included from IOSTSdk::Models

included, #parse, #raw_data

Class Method Details

.attr_namesObject



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/iost_sdk/models/account.rb', line 18

def self.attr_names
  [
    'name',
    'balance',
    'gas_info',
    'ram_info',
    'permissions',
    'groups',
    'frozen_balances',
    'vote_infos'
  ]
end