Class: Tr3llo::Entities::Card
- Inherits:
-
Struct
- Object
- Struct
- Tr3llo::Entities::Card
- Defined in:
- lib/3llo/entities.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#list ⇒ Object
Returns the value of attribute list.
-
#members ⇒ Object
Returns the value of attribute members.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short_url ⇒ Object
Returns the value of attribute short_url.
-
#shortcut ⇒ Object
Returns the value of attribute shortcut.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def description @description end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def id @id end |
#labels ⇒ Object
Returns the value of attribute labels
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def labels @labels end |
#list ⇒ Object
Returns the value of attribute list
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def list @list end |
#members ⇒ Object
Returns the value of attribute members
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def members @members end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def name @name end |
#short_url ⇒ Object
Returns the value of attribute short_url
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def short_url @short_url end |
#shortcut ⇒ Object
Returns the value of attribute shortcut
13 14 15 |
# File 'lib/3llo/entities.rb', line 13 def shortcut @shortcut end |