class Pohoda::Parsers::Ftr::RequestGroupStocksType

Public Instance Methods

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

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