Class: RemoveProductFromSubscriptionSlotResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

RESULT =
1
FIELDS =
{
  RESULT => {:type => ::Thrift::Types::I32, :name => 'result', :enum_class => ::J0_a_a_b_a_a_w3}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



9837
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9837

def struct_fields; FIELDS; end

#validateObject



9839
9840
9841
9842
9843
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9839

def validate
  unless @result.nil? || ::J0_a_a_b_a_a_w3::VALID_VALUES.include?(@result)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field result!')
  end
end