Class: Rumai::IXP::Struct::StringField

A field whose value is a string.

Constructor Summary

This class inherits a constructor from Rumai::IXP::Struct::Field.

Public Visibility

Public Class Methods Inherited from Rumai::IXP::Struct::Field

factory

Public Instance Method Summary

#value_to_9p(aValue)

Public Instance Methods Inherited from Rumai::IXP::Struct::ClassField

value_from_9p

Public Instance Methods Inherited from Rumai::IXP::Struct::Field

countee, counter, load_9p, to_9p

Public Instance Method Details

value_to_9p

public value_to_9p(aValue)
[View source]


227
228
229
# File 'lib/rumai/ixp/message.rb', line 227

def value_to_9p aValue
  aValue.to_s.to_9p
end