Class: GetProductSummariesInSubscriptionSlotsResponse

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

PRODUCTS =
1
CONTINUATIONTOKEN =
2
TOTALSIZE =
3
MAXSLOTCOUNT =
4
FIELDS =
{
  PRODUCTS => {:type => ::Thrift::Types::LIST, :name => 'products', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ProductSummary}},
  CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken'},
  TOTALSIZE => {:type => ::Thrift::Types::I64, :name => 'totalSize'},
  MAXSLOTCOUNT => {:type => ::Thrift::Types::I32, :name => 'maxSlotCount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end