Class: FmLayout::Emisor

Inherits:
Object
  • Object
show all
Includes:
FmSeccion
Defined in:
lib/fm_layout/emisor.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from FmSeccion

#titulo, #to_h, #to_s

Constructor Details

#initializeEmisor

Returns a new instance of Emisor.



7
8
9
10
11
# File 'lib/fm_layout/emisor.rb', line 7

def initialize
  @titulo = 'Emisor'
  @datos = {}
  valores_iniciales
end

Class Method Details

.campos_vs_metodosObject



13
14
15
16
17
18
19
# File 'lib/fm_layout/emisor.rb', line 13

def self.campos_vs_metodos
  {
    'rfc'           => 'rfc',
    'nombre'        => 'nombre',
    'RegimenFiscal' => 'regimen_fiscal',
  }
end