Class: TalkService::OpenProximityMatch_args

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

Constant Summary collapse

LOCATION =
2
NETWORKSTATUS =
3
FIELDS =
{
  LOCATION => {:type => ::Thrift::Types::STRUCT, :name => 'location', :class => ::Location},
  NETWORKSTATUS => {:type => ::Thrift::Types::STRUCT, :name => 'networkStatus', :class => ::ClientNetworkStatus}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end