Class: Nodes::Receiver
- Inherits:
-
BuhoCfdi::BaseNode
- Object
- BuhoCfdi::BaseNode
- Nodes::Receiver
- Defined in:
- lib/buho_cfdi/nodes/receiver.rb
Instance Attribute Summary collapse
-
#cfdi_usage ⇒ Object
Returns the value of attribute cfdi_usage.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rfc ⇒ Object
Returns the value of attribute rfc.
-
#tax_identity_registration_number ⇒ Object
Returns the value of attribute tax_identity_registration_number.
-
#tax_residency ⇒ Object
Returns the value of attribute tax_residency.
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
#cfdi_usage ⇒ Object
Returns the value of attribute cfdi_usage.
3 4 5 |
# File 'lib/buho_cfdi/nodes/receiver.rb', line 3 def cfdi_usage @cfdi_usage end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/buho_cfdi/nodes/receiver.rb', line 3 def name @name end |
#rfc ⇒ Object
Returns the value of attribute rfc.
3 4 5 |
# File 'lib/buho_cfdi/nodes/receiver.rb', line 3 def rfc @rfc end |
#tax_identity_registration_number ⇒ Object
Returns the value of attribute tax_identity_registration_number.
3 4 5 |
# File 'lib/buho_cfdi/nodes/receiver.rb', line 3 def tax_identity_registration_number @tax_identity_registration_number end |
#tax_residency ⇒ Object
Returns the value of attribute tax_residency.
3 4 5 |
# File 'lib/buho_cfdi/nodes/receiver.rb', line 3 def tax_residency @tax_residency end |