Class: XmlConv::Model::Delivery

Inherits:
Transaction show all
Defined in:
lib/xmlconv/model/delivery.rb

Instance Attribute Summary collapse

Attributes inherited from Transaction

#agreement, #status, #status_date, #transport_cost

Attributes included from PartyContainer

#bill_to, #customer, #employee, #seller, #ship_to

Attributes included from FreeTextContainer

#free_text

Instance Method Summary collapse

Methods inherited from Transaction

#customer_id, #reference_id

Methods included from PriceContainer

#add_price, #get_price, #prices

Methods included from PartyContainer

#add_party, #parties

Methods included from FreeTextContainer

#add_free_text

Methods included from ItemContainer

#add_item, #items

Methods included from IdContainer

#acc_id, #add_id, #id_table, #ids

Instance Attribute Details

#bsrObject

Returns the value of attribute bsr.



9
10
11
# File 'lib/xmlconv/model/delivery.rb', line 9

def bsr
  @bsr
end

#delivery_dateObject

Returns the value of attribute delivery_date.



9
10
11
# File 'lib/xmlconv/model/delivery.rb', line 9

def delivery_date
  @delivery_date
end

Instance Method Details

#bsr_idObject



10
11
12
# File 'lib/xmlconv/model/delivery.rb', line 10

def bsr_id
	@bsr.bsr_id unless(@bsr.nil?)
end