Module: LegalBeagle
- Defined in:
- lib/legal_beagle/info.rb,
lib/legal_beagle/converter.rb
Defined Under Namespace
Classes: Converter
Class Method Summary collapse
Class Method Details
.description ⇒ Object
14 15 16 |
# File 'lib/legal_beagle/info.rb', line 14 def self.description "This tool was originally developed by Mashion.net for use in generating contracts and agreements. Hopefully it'll grow to somethign more useful eventually." end |
.name ⇒ Object
2 3 4 |
# File 'lib/legal_beagle/info.rb', line 2 def self.name "legal_beagle" end |
.summary ⇒ Object
10 11 12 |
# File 'lib/legal_beagle/info.rb', line 10 def self.summary "A very primitive tool for doing legal documents by converting markdown to pdf." end |
.version ⇒ Object
6 7 8 |
# File 'lib/legal_beagle/info.rb', line 6 def self.version "0.0.3" end |