Class: Rumai::IXP::Struct::StringField
- Object
- Rumai::IXP::Struct::Field
- Rumai::IXP::Struct::ClassField
- 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
Public Instance Method Summary
#value_to_9p(aValue) |
---|
Public Instance Methods Inherited from Rumai::IXP::Struct::ClassField
Public Instance Methods Inherited from Rumai::IXP::Struct::Field
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 |