Class: Fizzy::Types::Column
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::Column
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#cards_url ⇒ Object
readonly
Returns the value of attribute cards_url.
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Attribute Details
#cards_url ⇒ Object (readonly)
Returns the value of attribute cards_url
271 272 273 |
# File 'lib/fizzy/generated/types.rb', line 271 def cards_url @cards_url end |
#color ⇒ Object (readonly)
Returns the value of attribute color
271 272 273 |
# File 'lib/fizzy/generated/types.rb', line 271 def color @color end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
271 272 273 |
# File 'lib/fizzy/generated/types.rb', line 271 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
271 272 273 |
# File 'lib/fizzy/generated/types.rb', line 271 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
271 272 273 |
# File 'lib/fizzy/generated/types.rb', line 271 def name @name end |