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.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
118 119 120 |
# File 'lib/fisk.rb', line 118 def name @name end |
#position ⇒ Object
Returns the value of attribute position
118 119 120 |
# File 'lib/fisk.rb', line 118 def position @position end |