Class: PublicKeyCredentialRpEntity
- Inherits:
-
Object
- Object
- PublicKeyCredentialRpEntity
- 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
- NAME =
1
- ICON =
2
- ID =
3
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, ICON => {:type => ::Thrift::Types::STRING, :name => 'icon', :optional => true}, ID => {:type => ::Thrift::Types::STRING, :name => 'id', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6014 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6014 def struct_fields; FIELDS; end |
#validate ⇒ Object
6016 6017 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6016 def validate end |