Class: Document::Report
- Inherits:
-
Object
- Object
- Document::Report
- Defined in:
- lib/document/report.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#processors ⇒ Object
readonly
Returns the value of attribute processors.
-
#status ⇒ Object
Returns the value of attribute status.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Report
constructor
A new instance of Report.
Constructor Details
#initialize ⇒ Report
Returns a new instance of Report.
8 9 10 |
# File 'lib/document/report.rb', line 8 def initialize @processors = Array.new end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/document/report.rb', line 6 def id @id end |
#processors ⇒ Object (readonly)
Returns the value of attribute processors.
5 6 7 |
# File 'lib/document/report.rb', line 5 def processors @processors end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/document/report.rb', line 6 def status @status end |