Module: Representable::XML::Namespace::AsWithNamespace

Defined in:
lib/representable/xml/namespace.rb

Instance Method Summary collapse

Instance Method Details

#read(node, as) ⇒ Object

FIXME: this is shit, the NestedOptions is executed too late here!



67
68
69
# File 'lib/representable/xml/namespace.rb', line 67

def read(node, as)
  super(node, prefixed(self, as))
end

#write(doc, fragment, as) ⇒ Object



62
63
64
# File 'lib/representable/xml/namespace.rb', line 62

def write(doc, fragment, as)
  super(doc, fragment, prefixed(self, as))
end