class IOSTSdk::Models::Permission

Public Class Methods

attr_names() click to toggle source
# File lib/iost_sdk/models/permission.rb, line 10
def self.attr_names
  [
    'name',
    'group_names',
    'items',
    'threshold'
  ]
end