Class: Teodoro::Empresa::FuncoesGeradas::Funcao
- Inherits:
-
Object
- Object
- Teodoro::Empresa::FuncoesGeradas::Funcao
- Defined in:
- lib/teodoro/empresa/funcoes_geradas.rb
Instance Attribute Summary collapse
-
#dados ⇒ Object
readonly
Returns the value of attribute dados.
Instance Method Summary collapse
Instance Attribute Details
#dados ⇒ Object (readonly)
Returns the value of attribute dados.
44 45 46 |
# File 'lib/teodoro/empresa/funcoes_geradas.rb', line 44 def dados @dados end |
Instance Method Details
#codigo ⇒ Object
46 47 48 |
# File 'lib/teodoro/empresa/funcoes_geradas.rb', line 46 def codigo @codigo ||= SecureRandom.hex(15) end |
#processar ⇒ Object
50 51 52 |
# File 'lib/teodoro/empresa/funcoes_geradas.rb', line 50 def processar salvar_arquivo_data end |