Class: Interdependence::Types::UnsetField
- Defined in:
- lib/interdependence/types.rb
Overview
Unset field abstraction for handling cases where fields are not specified
Instance Method Summary collapse
-
#name ⇒ nil
private
Return name of unset field (nil).
Methods inherited from UnsetType
Instance Method Details
#name ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return name of unset field (nil)
41 |
# File 'lib/interdependence/types.rb', line 41 def name; end |