Class: Graft::Xml::Type::String

Inherits:
Graft::Xml::Type show all
Defined in:
lib/graft/xml/type.rb

Overview

String

Instance Method Summary collapse

Methods inherited from Graft::Xml::Type

#convertible?, #initialize, #value

Constructor Details

This class inherits a constructor from Graft::Xml::Type

Instance Method Details

#convertObject



27
28
29
# File 'lib/graft/xml/type.rb', line 27

def convert
  @source
end