Method: HmxClient::Client#getType

Defined in:
lib/hmx/client.rb

#getTypeObject



137
138
139
140
# File 'lib/hmx/client.rb', line 137

def getType
  h = getapi
  genout JSON.pretty_generate(h.getType(@args.shift))
end