class WrappedString def initialize(blah) @blah = blah end private def to_eet_name "String" end def to_eet_properties {"buf" => [@blah]} end end