Class: RSAEncryptedPassword
- Inherits:
-
Object
- Object
- RSAEncryptedPassword
- 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
- ENCRYPTED =
1
- KEYNAME =
2
- FIELDS =
{ ENCRYPTED => {:type => ::Thrift::Types::STRING, :name => 'encrypted'}, KEYNAME => {:type => ::Thrift::Types::STRING, :name => 'keyName'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7682 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7682 def struct_fields; FIELDS; end |
#validate ⇒ Object
7684 7685 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7684 def validate end |