Class: Fizzy::Types::AssignCardRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::AssignCardRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#assignee_id ⇒ Object
readonly
Returns the value of attribute assignee_id.
Class Method Summary collapse
Instance Attribute Details
#assignee_id ⇒ Object (readonly)
Returns the value of attribute assignee_id
136 137 138 |
# File 'lib/fizzy/generated/types.rb', line 136 def assignee_id @assignee_id end |
Class Method Details
.from_json(data) ⇒ Object
138 139 140 141 142 |
# File 'lib/fizzy/generated/types.rb', line 138 def self.from_json(data) new( assignee_id: data["assignee_id"] ) end |