Class: Feed::MergeTimeline

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

Constant Summary collapse

TYPE =
1
CREATEDAT =
2
TIMELINES =
3
FIELDS =
{
  TYPE => {:type => ::Thrift::Types::STRING, :name => 'type'},
  CREATEDAT => {:type => ::Thrift::Types::STRING, :name => 'createdAt'},
  TIMELINES => {:type => ::Thrift::Types::LIST, :name => 'timelines', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Feed::Timeline}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



282
# File 'lib/feedmodel_types.rb', line 282

def struct_fields; FIELDS; end

#validateObject



284
285
# File 'lib/feedmodel_types.rb', line 284

def validate
end