Class: FleetAPI::Model
- Inherits:
-
Cistern::Model
- Object
- Cistern::Model
- FleetAPI::Model
- Defined in:
- lib/fleet_api/model.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
2 3 4 |
# File 'lib/fleet_api/model.rb', line 2 def errors @errors end |
Instance Method Details
#save! ⇒ Object
4 5 6 |
# File 'lib/fleet_api/model.rb', line 4 def save! raise NotImplementedError end |