Class: TalkService::UpdateAndGetNearby_args
- Inherits:
-
Object
- Object
- TalkService::UpdateAndGetNearby_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- LATITUDE =
2
- LONGITUDE =
3
- ACCURACY =
4
- NETWORKSTATUS =
5
- ALTITUDEMETERS =
6
- VELOCITYMETERSPERSECOND =
7
- BEARINGDEGREES =
8
- FIELDS =
{ LATITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'latitude'}, LONGITUDE => {:type => ::Thrift::Types::DOUBLE, :name => 'longitude'}, ACCURACY => {:type => ::Thrift::Types::STRUCT, :name => 'accuracy', :class => ::GeolocationAccuracy}, NETWORKSTATUS => {:type => ::Thrift::Types::STRUCT, :name => 'networkStatus', :class => ::ClientNetworkStatus}, ALTITUDEMETERS => {:type => ::Thrift::Types::DOUBLE, :name => 'altitudeMeters'}, VELOCITYMETERSPERSECOND => {:type => ::Thrift::Types::DOUBLE, :name => 'velocityMetersPerSecond'}, BEARINGDEGREES => {:type => ::Thrift::Types::DOUBLE, :name => 'bearingDegrees'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3036 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3036 def struct_fields; FIELDS; end |
#validate ⇒ Object
3038 3039 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3038 def validate end |