class ActiveGraphQL::Support::Fancy

Public Class Methods

new(attrs = {}) click to toggle source
# File lib/activegraphql/support/fancy.rb, line 4
def initialize(attrs = {})
  attrs.each { |k, v| send("#{k}=", v) if respond_to?("#{k}=") }
end