Class: Trellodon::Checklist

Inherits:
Struct
  • Object
show all
Defined in:
lib/trellodon/entities/checklist.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/trellodon/entities/checklist.rb', line 4

def id
  @id
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



4
5
6
# File 'lib/trellodon/entities/checklist.rb', line 4

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/trellodon/entities/checklist.rb', line 4

def name
  @name
end