class Abacos::PaymentMethod

Attributes

id[R]
name[R]

Public Class Methods

all() click to toggle source
# File lib/abacos/payment_method.rb, line 5
def self.all
  execute("select id = forp_cod, name = rtrim(forp_nom) from abacos..tcom_forpag order by forp_nom")
end