Module: BrickFTP::Types::IgnoreUndefinedAttributes

Included in:
Behavior, Bundle, BundleContent, BundleZip, File, FileInBundle, FolderContentsCount, Group, GroupMembership, History, Notification, Permission, SiteUsage, Upload, User, UserAPIKey, UserPublicKey
Defined in:
lib/brick_ftp/types/ignore_undefined_attributes.rb

Instance Method Summary collapse

Instance Method Details

#initialize(**kwargs) ⇒ Object



6
7
8
# 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