lib/azure/service_bus/rule.rb in azure-0.7.0 vs lib/azure/service_bus/rule.rb in azure-0.7.1
- old
+ new
@@ -58,10 +58,10 @@
#
# SqlFilter - A type of Filter that is represented by SQL expression. For detailed information about SqlFilter
# syntax, see SqlFilter.SqlExpression Property.
#
# TrueFilter/FalseFiilter - A handy shortcut for always returning true or false. They are a type of SqlFilter.
- #
+ #
# CorrelationFilter: A type of Filter that matches CorrelationId property of BrokeredMessage.
def filter
RuleAspect.from_hash(description['Filter'])
end
\ No newline at end of file