Class: GetHomeServiceListResponse

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

SERVICES =
1
FIXEDSERVICEIDS =
2
PINNEDSERVICECANDIDATEIDS =
3
CATEGORIES =
4
FIELDS =
{
  SERVICES => {:type => ::Thrift::Types::LIST, :name => 'services', :element => {:type => ::Thrift::Types::STRUCT, :class => ::HomeService}},
  FIXEDSERVICEIDS => {:type => ::Thrift::Types::LIST, :name => 'fixedServiceIds', :element => {:type => ::Thrift::Types::I32}},
  PINNEDSERVICECANDIDATEIDS => {:type => ::Thrift::Types::LIST, :name => 'pinnedServiceCandidateIds', :element => {:type => ::Thrift::Types::I32}},
  CATEGORIES => {:type => ::Thrift::Types::LIST, :name => 'categories', :element => {:type => ::Thrift::Types::STRUCT, :class => ::HomeCategory}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end