class Infopark::Crm::Core::KnownAttributes

@private

Public Instance Methods

include?(val) click to toggle source
Calls superclass method
# File lib/crm_connector/core/known_attributes.rb, line 5
def include?(val)
  val.start_with?('custom_') || super(val)
end