Class: Document::Processor

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/document/report.rb', line 23

def name
  @name
end

#numberObject

Returns the value of attribute number.



23
24
25
# File 'lib/document/report.rb', line 23

def number
  @number
end

#statusObject

Returns the value of attribute status.



23
24
25
# File 'lib/document/report.rb', line 23

def status
  @status
end

#timeObject

Returns the value of attribute time.



23
24
25
# File 'lib/document/report.rb', line 23

def time
  @time
end

#totalObject

Returns the value of attribute total.



23
24
25
# File 'lib/document/report.rb', line 23

def total
  @total
end