Sha256: 972dc29169463d492e99e54706c8066a1be820da1dfb02a9ac76adafc6c7c3fa
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
require 'money_s3/base_element' require 'money_s3/adresa_type' require 'money_s3/adresa_type' require 'money_s3/adresa_type' require 'money_s3/telefon_type' require 'money_s3/telefon_type' require 'money_s3/telefon_type' module MoneyS3 class MojeFirmaType include BaseElement def nazev at :Nazev end def obch_nazev at :ObchNazev end def fakt_nazev at :FaktNazev end def e_mail at :EMail end def www at :WWW end def ico at :ICO end def dic at :DIC end def dicsk at :DICSK end def banka at :Banka end def ucet at :Ucet end def kod_banky at :KodBanky end def kod_partn at :KodPartn end def fyz_osoba at :FyzOsoba end def mena_symb at :MenaSymb end def mena_kod at :MenaKod end def adresa submodel_at(AdresaType, :Adresa) end def obch_adresa submodel_at(AdresaType, :ObchAdresa) end def fakt_adresa submodel_at(AdresaType, :FaktAdresa) end def tel submodel_at(TelefonType, :Tel) end def fax submodel_at(TelefonType, :Fax) end def mobil submodel_at(TelefonType, :Mobil) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
money_s3-0.2.0 | lib/money_s3/moje_firma_type.rb |