Class: Fisk::Label
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Label
- Defined in:
- lib/fisk.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
139 140 141 |
# File 'lib/fisk.rb', line 139 def name @name end |
Instance Method Details
#label? ⇒ Boolean
140 |
# File 'lib/fisk.rb', line 140 def label?; true; end |