Class: PublicKeyCredentialParameters
- Inherits:
-
Object
- Object
- PublicKeyCredentialParameters
- 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
- ALG =
2
- FIELDS =
{ TYPE => {:type => ::Thrift::Types::STRING, :name => 'type'}, ALG => {:type => ::Thrift::Types::I32, :name => 'alg'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6054 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6054 def struct_fields; FIELDS; end |
#validate ⇒ Object
6056 6057 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6056 def validate end |