Sha256: f03d9b88ac800f70e4c1a10a0eda556c897ac4025dcc696079b76b089db06c62

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

# Represents any Object

require_relative '../exceptions'

module Attributor
  class Object
    include Type

    def self.native_type
      ::BasicObject
    end

    def self.example(_context = nil, options: {})
      'An Object'
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attributor-5.4 lib/attributor/types/object.rb
attributor-5.3 lib/attributor/types/object.rb
attributor-5.2.1 lib/attributor/types/object.rb
attributor-5.2.0 lib/attributor/types/object.rb
attributor-5.1.0 lib/attributor/types/object.rb