Class: Tr3llo::Entities::Card

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



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

def labels
  @labels
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



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

def list
  @list
end

#membersObject

Returns the value of attribute members

Returns:

  • (Object)

    the current value of members



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

def members
  @members
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#short_urlObject

Returns the value of attribute short_url

Returns:

  • (Object)

    the current value of short_url



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

def short_url
  @short_url
end

#shortcutObject

Returns the value of attribute shortcut

Returns:

  • (Object)

    the current value of shortcut



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

def shortcut
  @shortcut
end