module BrickFTP::Types::IgnoreUndefinedAttributes
Public Class Methods
new(**kwargs)
click to toggle source
Calls superclass method
# File lib/brick_ftp/types/ignore_undefined_attributes.rb, line 6 def initialize(**kwargs) super(**members.each_with_object({}) { |k, m| m[k] = kwargs[k] }) end