Class: Passport::Thrift::RemoteThirdpartySyncSetService::NoMoreCommentSyncAlert_args

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

Constant Summary collapse

UID =
1
NOMOREALERT =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  NOMOREALERT => {:type => ::Thrift::Types::BOOL, :name => 'noMoreAlert'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



427
# File 'lib/remote_thirdparty_sync_set_service.rb', line 427

def struct_fields; FIELDS; end

#validateObject



429
430
# File 'lib/remote_thirdparty_sync_set_service.rb', line 429

def validate
end