Class: Fizzy::Types::AssignCardRequestContent

Inherits:
Data
  • Object
show all
Defined in:
lib/fizzy/generated/types.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#assignee_idObject (readonly)

Returns the value of attribute assignee_id

Returns:

  • (Object)

    the current value of 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

Parameters:

  • data (Hash)

    raw JSON response



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