module EasyTalk::Model::InstanceMethods
def respond_to_missing?(method_name, include_private = false)
def respond_to_missing?(method_name, include_private = false) method_string = method_name.to_s method_string.end_with?('=') ? method_string.chomp('=') : method_string self.class.additional_properties_allowed? || super end