Class: Objection::Leasurely::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/objection.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, input_types, optionals, requires, #to_hash

Constructor Details

This class inherits a constructor from Objection::Base

Instance Method Details

#unknown_fields_present?Boolean

Returns:

  • (Boolean)


172
173
174
# File 'lib/objection.rb', line 172

def unknown_fields_present?
  false
end