Class: Document::Processor

Inherits:
Object
  • Object
show all
Defined in:
lib/document/report.rb

Instance Attribute Summary collapse

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