Class: Nfse::Envio::Prestador
- Inherits:
-
Mustache
- Object
- Mustache
- Nfse::Envio::Prestador
- Defined in:
- lib/nfse/prestador.rb
Instance Attribute Summary collapse
-
#cnpj ⇒ Object
Returns the value of attribute cnpj.
-
#inscricao_municipal ⇒ Object
Returns the value of attribute inscricao_municipal.
-
#razao_social ⇒ Object
Returns the value of attribute razao_social.
Instance Method Summary collapse
-
#initialize(args) ⇒ Prestador
constructor
A new instance of Prestador.
Constructor Details
#initialize(args) ⇒ Prestador
Returns a new instance of Prestador.
9 10 11 12 13 14 15 |
# File 'lib/nfse/prestador.rb', line 9 def initialize(args) self.template_path = File.("../../templates/", __FILE__) @cnpj = args[:cnpj] @inscricao_municipal = args[:inscricao_municipal] @razao_social = args[:razao_social] end |
Instance Attribute Details
#cnpj ⇒ Object
Returns the value of attribute cnpj.
7 8 9 |
# File 'lib/nfse/prestador.rb', line 7 def cnpj @cnpj end |
#inscricao_municipal ⇒ Object
Returns the value of attribute inscricao_municipal.
7 8 9 |
# File 'lib/nfse/prestador.rb', line 7 def inscricao_municipal @inscricao_municipal end |
#razao_social ⇒ Object
Returns the value of attribute razao_social.
7 8 9 |
# File 'lib/nfse/prestador.rb', line 7 def @razao_social end |