Class: BrDanfe::MdfeLib::Vehicles
- Inherits:
-
Object
- Object
- BrDanfe::MdfeLib::Vehicles
- Defined in:
- lib/br_danfe/mdfe_lib/vehicles.rb
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(pdf, xml) ⇒ Vehicles
constructor
A new instance of Vehicles.
Constructor Details
#initialize(pdf, xml) ⇒ Vehicles
Returns a new instance of Vehicles.
4 5 6 7 |
# File 'lib/br_danfe/mdfe_lib/vehicles.rb', line 4 def initialize(pdf, xml) @pdf = pdf @xml = xml end |
Instance Method Details
#generate ⇒ Object
9 10 11 12 13 14 |
# File 'lib/br_danfe/mdfe_lib/vehicles.rb', line 9 def generate @pdf.move_cursor_to 460 title table_titles generate_vehicles end |