Class: Fisk::Label

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



139
140
141
# File 'lib/fisk.rb', line 139

def name
  @name
end

Instance Method Details

#label?Boolean

Returns:

  • (Boolean)


140
# File 'lib/fisk.rb', line 140

def label?; true; end