Class: Tr3llo::Entities::Checklist

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



16
17
18
# File 'lib/3llo/entities.rb', line 16

def id
  @id
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



16
17
18
# File 'lib/3llo/entities.rb', line 16

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/3llo/entities.rb', line 16

def name
  @name
end

#shortcutObject

Returns the value of attribute shortcut

Returns:

  • (Object)

    the current value of shortcut



16
17
18
# File 'lib/3llo/entities.rb', line 16

def shortcut
  @shortcut
end