Class: Sfeed::FeedResult

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

Constant Summary collapse

TOTALSIZE =
1
FEEDS =
2
FIELDS =
{
  TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize'},
  FEEDS => {:type => ::Thrift::Types::LIST, :name => 'feeds', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Sfeed::Feed}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



69
# File 'lib/sfeed_types.rb', line 69

def struct_fields; FIELDS; end

#validateObject



71
72
# File 'lib/sfeed_types.rb', line 71

def validate
end