Class: TalkService::NotifyUpdated_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Constant Summary collapse

LASTREV =
2
DEVICEINFO =
3
UDIDHASH =
4
OLDUDIDHASH =
5
FIELDS =
{
  LASTREV => {:type => ::Thrift::Types::I64, :name => 'lastRev'},
  DEVICEINFO => {:type => ::Thrift::Types::STRUCT, :name => 'deviceInfo', :class => ::DeviceInfo},
  UDIDHASH => {:type => ::Thrift::Types::STRING, :name => 'udidHash'},
  OLDUDIDHASH => {:type => ::Thrift::Types::STRING, :name => 'oldUdidHash'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4635
# File 'lib/linerb/gen-rb/talk_service.rb', line 4635

def struct_fields; FIELDS; end

#validateObject



4637
4638
# File 'lib/linerb/gen-rb/talk_service.rb', line 4637

def validate
end