class Mingle::MingleStruct

Public Instance Methods

[]( fld ) click to toggle source
# File lib/mingle.rb, line 2258
def []( fld )
    @fields[ fld ]
end
to_s() click to toggle source
# File lib/mingle.rb, line 2253
def to_s
    "#@type:#{fields}"
end