Class: Fisk::Label

Inherits:
Struct
  • Object
show all
Defined in:
lib/fisk.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



118
119
120
# File 'lib/fisk.rb', line 118

def name
  @name
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



118
119
120
# File 'lib/fisk.rb', line 118

def position
  @position
end