module

OpenApi::Json

Class methods

build_from_hash(hash : Hash)

Builds the object from a JSON::Any hash @param [Hash] JSON::Any @return [Object] Returns the model itself

Source
build_from_json_any(json_any : JSON::Any)
Source

Instance methods

after_initialize
Source
clone

Returns a copy of self with all instance variables cloned.

Source
eql?(o : self)

@see the == method @param [Object] Object to be compared

Source
to_hash
Source
to_json_any

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

Source