Class: Sfeed::ISfeedHandler::QueryUnloginFeed_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/i_sfeed_handler.rb

Constant Summary collapse

PAGE =
1
SIZE =
2
FIELDS =
{
  PAGE => {:type => ::Thrift::Types::I32, :name => 'page'},
  SIZE => {:type => ::Thrift::Types::I32, :name => 'size'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



968
# File 'lib/i_sfeed_handler.rb', line 968

def struct_fields; FIELDS; end

#validateObject



970
971
# File 'lib/i_sfeed_handler.rb', line 970

def validate
end