Class: Xmlss::Element::Worksheet
- Inherits:
-
Object
- Object
- Xmlss::Element::Worksheet
- Defined in:
- lib/xmlss/element/worksheet.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, attrs = {}) ⇒ Worksheet
constructor
A new instance of Worksheet.
Constructor Details
#initialize(name, attrs = {}) ⇒ Worksheet
Returns a new instance of Worksheet.
12 13 14 |
# File 'lib/xmlss/element/worksheet.rb', line 12 def initialize(name, attrs={}) self.name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/xmlss/element/worksheet.rb', line 10 def name @name end |