class Pohoda::Parsers::Ftr::RequestPrevodkaType

Public Instance Methods

to_h() click to toggle source
# File lib/pohoda/parsers/ftr/request_prevodka_type.rb, line 8
def to_h
  hash = {}
  hash[:attributes] = attributes

  mega.inject(hash) { |memo, r| memo.merge r }
end