Method: RsyncConfig::Propertiable::ClassMethods#allowed_property?

Defined in:
lib/rsync_config/propertiable.rb

#allowed_property?(property) ⇒ Boolean

Returns:



23
24
25
# File 'lib/rsync_config/propertiable.rb', line 23

def allowed_property? property
  allowed_properties.include? property
end