class DoverToCalais::ResponseData::Entity

Public Instance Methods

to_hash() click to toggle source
# File lib/dover_to_calais.rb, line 84
def to_hash
  a_hash = {}
  self.each_pair do |attr, value|
    a_hash[attr] =  value
  end
  a_hash
end