Class: GetHomeFlexContentResponse

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

PLACEMENTS =
1
EXPIRETIMEMILLIS =
2
FIELDS =
{
  PLACEMENTS => {:type => ::Thrift::Types::LIST, :name => 'placements', :element => {:type => ::Thrift::Types::STRUCT, :class => ::HomeTabPlacement}},
  EXPIRETIMEMILLIS => {:type => ::Thrift::Types::I64, :name => 'expireTimeMillis'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end