Sha256: f549b7ce9cda37892ca3cab9fe8a041e5257a5847c90b8b280f9bd6f8e70bf8b

Contents?: true

Size: 1.34 KB

Versions: 8

Compression:

Stored size: 1.34 KB

Contents

require 'money_s3/base_element'
require 'money_s3/adresa_type'
require 'money_s3/telefon_type'
require 'money_s3/telefon_type'
require 'money_s3/telefon_type'
require 'money_s3/eshop'

module MoneyS3
  class KonecPrijFirmaType
    include BaseElement

    def nazev
      at :Nazev
    end

    def guid
      at :GUID
    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 platce_dph
      at :PlatceDPH
    end

    def fyz_osoba
      at :FyzOsoba
    end

    def banka
      at :Banka
    end

    def ucet
      at :Ucet
    end

    def kod_banky
      at :KodBanky
    end

    def v_symb
      at :VSymb
    end

    def spec_sym
      at :SpecSym
    end

    def kod_partn
      at :KodPartn
    end

    def adresa
      element_xml = at :Adresa

      AdresaType.new(element_xml) if element_xml
    end

    def tel
      element_xml = at :Tel

      TelefonType.new(element_xml) if element_xml
    end

    def fax
      element_xml = at :Fax

      TelefonType.new(element_xml) if element_xml
    end

    def mobil
      element_xml = at :Mobil

      TelefonType.new(element_xml) if element_xml
    end

    def eshop
      element_xml = at :eshop

      Eshop.new(element_xml) if element_xml
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
money_s3-0.1.8 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.7 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.6 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.5 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.4 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.3 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.1 lib/money_s3/konec_prij_firma_type.rb
money_s3-0.1.0 lib/money_s3/konec_prij_firma_type.rb