Class: Sheet::Copy
- Inherits:
-
Object
- Object
- Sheet::Copy
- Defined in:
- lib/sheet/copy.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
- #copy ⇒ Object
-
#initialize(name) ⇒ Copy
constructor
A new instance of Copy.
Constructor Details
#initialize(name) ⇒ Copy
Returns a new instance of Copy.
5 6 7 |
# File 'lib/sheet/copy.rb', line 5 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/sheet/copy.rb', line 3 def name @name end |