class DtaParser::Record
Attributes
raw[RW]
Public Class Methods
new(string)
click to toggle source
# File lib/dta_parser/record.rb, line 5 def initialize(string) self.raw = string end