Method: Megam::Billingtransactions#fees

Defined in:
lib/megam/core/billingtransactions.rb

#fees(arg = nil) ⇒ Object



62
63
64
65
66
67
68
# File 'lib/megam/core/billingtransactions.rb', line 62

def fees(arg=nil)
    if arg != nil
        @fees = arg
    else
        @fees
    end
end