Sha256: 789f30a4215cf2f5144d7e028095fbc4e4abc5a9d402b85f81eb9ec156d7e537
Contents?: true
Size: 376 Bytes
Versions: 32
Compression:
Stored size: 376 Bytes
Contents
module Scimitar module ComplexTypes # Represents the complex Address type. # # See also Scimitar::Schema::Address # class Address < Base set_schema Scimitar::Schema::Address # Returns the JSON representation of an Address. # def as_json(options = {}) {'type' => 'work'}.merge(super(options)) end end end end
Version data entries
32 entries across 32 versions & 1 rubygems