Class: Xrechnung::ElectronicAddress
- Inherits:
-
Object
- Object
- Xrechnung::ElectronicAddress
- Includes:
- MemberContainer
- Defined in:
- lib/xrechnung/electronic_address.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#to_xml(xml) ⇒ Object
noinspection RubyResolve.
Methods included from MemberContainer
#[], #[]=, included, #initialize
Instance Attribute Details
#content ⇒ String
7 |
# File 'lib/xrechnung/electronic_address.rb', line 7 member :content, type: String |
#scheme_id ⇒ String
11 |
# File 'lib/xrechnung/electronic_address.rb', line 11 member :scheme_id, type: String |
Instance Method Details
#to_xml(xml) ⇒ Object
noinspection RubyResolve
14 15 16 |
# File 'lib/xrechnung/electronic_address.rb', line 14 def to_xml(xml) xml.cbc :EndpointID, content, schemeID: scheme_id end |