class Shelly::Client::NotFoundException

Public Instance Methods

id() click to toggle source
# File lib/shelly/client/errors.rb, line 51
def id
  self[:id]
end
resource() click to toggle source
# File lib/shelly/client/errors.rb, line 47
def resource
  self[:resource].to_sym
end