class Nemweb::DataRecord

Public Instance Methods

to_h() click to toggle source
# File lib/nemweb/data_record.rb, line 5
def to_h
  {
    "type" => type,
    "subtype" => subtype,
    "version" => version,
    "data" => data
  }
end