Class: Fizzy::Types::MoveCardRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::MoveCardRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#board_id ⇒ Object
readonly
Returns the value of attribute board_id.
-
#column_id ⇒ Object
readonly
Returns the value of attribute column_id.
Class Method Summary collapse
Instance Attribute Details
#board_id ⇒ Object (readonly)
Returns the value of attribute board_id
703 704 705 |
# File 'lib/fizzy/generated/types.rb', line 703 def board_id @board_id end |
#column_id ⇒ Object (readonly)
Returns the value of attribute column_id
703 704 705 |
# File 'lib/fizzy/generated/types.rb', line 703 def column_id @column_id end |
Class Method Details
.from_json(data) ⇒ Object
705 706 707 708 709 710 |
# File 'lib/fizzy/generated/types.rb', line 705 def self.from_json(data) new( board_id: data["board_id"], column_id: data["column_id"] ) end |