Class: Document::Processor
- Inherits:
-
Object
- Object
- Document::Processor
- Defined in:
- lib/document/report.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#number ⇒ Object
Returns the value of attribute number.
-
#status ⇒ Object
Returns the value of attribute status.
-
#time ⇒ Object
Returns the value of attribute time.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/document/report.rb', line 23 def name @name end |
#number ⇒ Object
Returns the value of attribute number.
23 24 25 |
# File 'lib/document/report.rb', line 23 def number @number end |
#status ⇒ Object
Returns the value of attribute status.
23 24 25 |
# File 'lib/document/report.rb', line 23 def status @status end |
#time ⇒ Object
Returns the value of attribute time.
23 24 25 |
# File 'lib/document/report.rb', line 23 def time @time end |
#total ⇒ Object
Returns the value of attribute total.
23 24 25 |
# File 'lib/document/report.rb', line 23 def total @total end |