Method: Scimitar::Supportable.unsupported

Defined in:
app/models/scimitar/supportable.rb

.unsupportedObject



10
11
12
# File 'app/models/scimitar/supportable.rb', line 10

def self.unsupported
  new(supported: false)
end