class Trello::CheckItemState

Represents the state of an item.

@!attribute [r] id

@return [String]

@!attribute [r] state

@return [Object]

Public Instance Methods

item() click to toggle source

Return the item this state belongs to.

# File lib/trello/item_state.rb, line 18
def item
  Item.find(id)
end