Class: Activity::Thrift::ThriftActivityService::GetActivityInfo_result

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

Constant Summary collapse

SUCCESS =
0
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Activity::Thrift::ActivityInfo}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject


92
# File 'lib/thrift_activity_service.rb', line 92

def struct_fields; FIELDS; end

#validateObject


94
95
# File 'lib/thrift_activity_service.rb', line 94

def validate
end