sig/schemable/definition.rbs in schemable-1.0.1 vs sig/schemable/definition.rbs in schemable-1.0.2

- old
+ new

@@ -11,9 +11,10 @@ def model_name: -> String def attributes: -> Array[Symbol] def array_types: -> Hash[Symbol, any] def relationships: -> Hash[Symbol, any] def nullable_attributes: -> Array[Symbol] + def nullable_relationships: -> Array[String] def serialized_instance: -> Hash[Symbol, any] def self.generate: -> Array[Hash[Symbol, any]] def excluded_response_included: -> Array[Symbol] def excluded_response_relations: -> Array[Symbol] def excluded_response_attributes: -> Array[Symbol]