Class: Fizzy::Types::UpdateBoardInvolvementRequestContent

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#involvementObject (readonly)

Returns the value of attribute involvement

Returns:

  • (Object)

    the current value of involvement



951
952
953
# File 'lib/fizzy/generated/types.rb', line 951

def involvement
  @involvement
end

Class Method Details

.from_json(data) ⇒ Object

Parameters:

  • data (Hash)

    raw JSON response



953
954
955
956
957
# File 'lib/fizzy/generated/types.rb', line 953

def self.from_json(data)
  new(
    involvement: data["involvement"]
  )
end