Class: Device

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

Constant Summary collapse

UDID =
1
DEVICEMODEL =
2
FIELDS =
{
  UDID => {:type => ::Thrift::Types::STRING, :name => 'udid'},
  DEVICEMODEL => {:type => ::Thrift::Types::STRING, :name => 'deviceModel'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



5809
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5809

def struct_fields; FIELDS; end

#validateObject



5811
5812
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5811

def validate
end