zoer/xmlable

View on GitHub
lib/xmlable/handlers/attribute_none.rb

Summary

Maintainability
A
0 mins
Test Coverage
module XMLable
  module Handlers
    #
    # AttributeNone represents null object pattern for the
    #   XMLable::Handlers::Attribute class
    #
    class AttributeNone < Attribute
    end
  end
end