Class: Dommy::Backend::Makiri::Namespace
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Backend::Makiri::Namespace
- Defined in:
- lib/dommy/backend/makiri_adapter.rb
Overview
A minimal namespace wrapper exposing the same href API that Nokogiri's
Namespace object has, so calling code treats both backends uniformly.
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
29 30 31 |
# File 'lib/dommy/backend/makiri_adapter.rb', line 29 def href @href end |