Class: Profile::Thrift::StatisticParameters

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

Constant Summary collapse

IP =
1
POSITIONX =
2
POSITIONY =
3
MAC =
4
DEVICEID =
5
FIELDS =
{
  IP => {:type => ::Thrift::Types::STRING, :name => 'ip', :optional => true},
  POSITIONX => {:type => ::Thrift::Types::STRING, :name => 'positionx', :optional => true},
  POSITIONY => {:type => ::Thrift::Types::STRING, :name => 'positiony', :optional => true},
  MAC => {:type => ::Thrift::Types::STRING, :name => 'mac', :optional => true},
  DEVICEID => {:type => ::Thrift::Types::STRING, :name => 'deviceId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



339
# File 'lib/remote_profile_types.rb', line 339

def struct_fields; FIELDS; end

#validateObject



341
342
# File 'lib/remote_profile_types.rb', line 341

def validate
end