class Pohoda::Parsers::Pro::PaymentAdvancedType

Public Instance Methods

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

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