Class: Exfuz::SheetName
- Inherits:
-
Object
- Object
- Exfuz::SheetName
- Includes:
- Util
- Defined in:
- lib/exfuz/sheet_name.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Method Summary collapse
- #==(other) ⇒ Object
- #hash ⇒ Object
-
#initialize(name) ⇒ SheetName
constructor
A new instance of SheetName.
- #jump_info ⇒ Object
Methods included from Util
Constructor Details
#initialize(name) ⇒ SheetName
Returns a new instance of SheetName.
13 14 15 |
# File 'lib/exfuz/sheet_name.rb', line 13 def initialize(name) @name = @text = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
9 10 11 |
# File 'lib/exfuz/sheet_name.rb', line 9 def name @name end |
Class Method Details
.name ⇒ Object
5 6 7 |
# File 'lib/exfuz/sheet_name.rb', line 5 def self.name :sheet_name end |