Class: Output_model
- Inherits:
-
Object
- Object
- Output_model
- Defined in:
- lib/Util/output_model.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/Util/output_model.rb', line 3 def name @name end |
#receiver ⇒ Object
Returns the value of attribute receiver.
4 5 6 |
# File 'lib/Util/output_model.rb', line 4 def receiver @receiver end |