Class: ScimEngine::Supportable
- Inherits:
-
Object
- Object
- ScimEngine::Supportable
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/scim_engine/supportable.rb
Instance Attribute Summary collapse
-
#supported ⇒ Object
Returns the value of attribute supported.
Class Method Summary collapse
Instance Attribute Details
#supported ⇒ Object
Returns the value of attribute supported
4 5 6 |
# File 'app/models/scim_engine/supportable.rb', line 4 def supported @supported end |
Class Method Details
.unsupported ⇒ Object
6 7 8 |
# File 'app/models/scim_engine/supportable.rb', line 6 def self.unsupported new(supported: false) end |