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
692 693 694 |
# File 'lib/fizzy/generated/types.rb', line 692 def board_id @board_id end |
#column_id ⇒ Object (readonly)
Returns the value of attribute column_id
692 693 694 |
# File 'lib/fizzy/generated/types.rb', line 692 def column_id @column_id end |
Class Method Details
.from_json(data) ⇒ Object
694 695 696 697 698 699 |
# File 'lib/fizzy/generated/types.rb', line 694 def self.from_json(data) new( board_id: data["board_id"], column_id: data["column_id"] ) end |