Class: Fizzy::Types::UpdateColumnRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateColumnRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Attribute Details
#color ⇒ Object (readonly)
Returns the value of attribute color
995 996 997 |
# File 'lib/fizzy/generated/types.rb', line 995 def color @color end |
#name ⇒ Object (readonly)
Returns the value of attribute name
995 996 997 |
# File 'lib/fizzy/generated/types.rb', line 995 def name @name end |
Class Method Details
.from_json(data) ⇒ Object
997 998 999 1000 1001 1002 |
# File 'lib/fizzy/generated/types.rb', line 997 def self.from_json(data) new( name: data["name"], color: data["color"] ) end |