Class: XmlConv::Model::Bsr
- Inherits:
-
Object
- Object
- XmlConv::Model::Bsr
- Includes:
- PartyContainer
- Defined in:
- lib/xmlconv/model/bsr.rb
Instance Attribute Summary collapse
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#noun ⇒ Object
Returns the value of attribute noun.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#verb ⇒ Object
Returns the value of attribute verb.
Attributes included from PartyContainer
#bill_to, #customer, #employee, #seller, #ship_to
Instance Method Summary collapse
Methods included from PartyContainer
Instance Attribute Details
#interface ⇒ Object
Returns the value of attribute interface.
10 11 12 |
# File 'lib/xmlconv/model/bsr.rb', line 10 def interface @interface end |
#noun ⇒ Object
Returns the value of attribute noun.
10 11 12 |
# File 'lib/xmlconv/model/bsr.rb', line 10 def noun @noun end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10 11 12 |
# File 'lib/xmlconv/model/bsr.rb', line 10 def end |
#verb ⇒ Object
Returns the value of attribute verb.
10 11 12 |
# File 'lib/xmlconv/model/bsr.rb', line 10 def verb @verb end |
Instance Method Details
#bsr_id ⇒ Object
11 12 13 |
# File 'lib/xmlconv/model/bsr.rb', line 11 def bsr_id @customer.party_id unless(@customer.nil?) end |