Class: GridCLI::User

Inherits:
BaseResource show all
Defined in:
lib/gridcli/resources/user.rb

Instance Method Summary collapse

Methods inherited from BaseResource

#to_s

Instance Method Details

#to_json(args = nil) ⇒ Object



3
4
5
6
# File 'lib/gridcli/resources/user.rb', line 3

def to_json(args=nil)
  args ||= {}
  super({ :except => ['id'] }.merge(args))
end