Class: Tr3llo::Entities::Label

Inherits:
Struct
  • Object
show all
Defined in:
lib/3llo/entities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



14
15
16
# File 'lib/3llo/entities.rb', line 14

def color
  @color
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/3llo/entities.rb', line 14

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/3llo/entities.rb', line 14

def name
  @name
end

#shortcutObject

Returns the value of attribute shortcut

Returns:

  • (Object)

    the current value of shortcut



14
15
16
# File 'lib/3llo/entities.rb', line 14

def shortcut
  @shortcut
end