Class: Output_model

Inherits:
Object
  • Object
show all
Defined in:
lib/Util/output_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/Util/output_model.rb', line 3

def name
  @name
end

#receiverObject

Returns the value of attribute receiver.



4
5
6
# File 'lib/Util/output_model.rb', line 4

def receiver
  @receiver
end