module Paramore
Attributes
configuration[R]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/paramore.rb, line 15 def self.configure yield(configuration) end
field(given_type, options = {})
click to toggle source
# File lib/paramore.rb, line 19 def self.field(given_type, options = {}) Paramore::FieldSchema.new( given_type, **Paramore::FieldSchema::DEFAULT_OPTIONS.merge(options) ) end