Class: PublicKeyCredentialDescriptor

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

TYPE =
1
ID =
2
TRANSPORTS =
3
FIELDS =
{
  TYPE => {:type => ::Thrift::Types::STRING, :name => 'type'},
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  TRANSPORTS => {:type => ::Thrift::Types::SET, :name => 'transports', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end