Class: Nodes::Issuer
- Inherits:
-
BuhoCfdi::BaseNode
- Object
- BuhoCfdi::BaseNode
- Nodes::Issuer
- Defined in:
- lib/buho_cfdi/nodes/issuer.rb
Instance Attribute Summary collapse
-
#fiscal_regime ⇒ Object
Returns the value of attribute fiscal_regime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rfc ⇒ Object
Returns the value of attribute rfc.
Attributes inherited from BuhoCfdi::BaseNode
Method Summary
Methods inherited from BuhoCfdi::BaseNode
attr_accessor, build_child, #build_child, #build_child!, #build_children, #initialize, params, #to_hash
Constructor Details
This class inherits a constructor from BuhoCfdi::BaseNode
Instance Attribute Details
#fiscal_regime ⇒ Object
Returns the value of attribute fiscal_regime.
3 4 5 |
# File 'lib/buho_cfdi/nodes/issuer.rb', line 3 def fiscal_regime @fiscal_regime end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/buho_cfdi/nodes/issuer.rb', line 3 def name @name end |
#rfc ⇒ Object
Returns the value of attribute rfc.
3 4 5 |
# File 'lib/buho_cfdi/nodes/issuer.rb', line 3 def rfc @rfc end |