Class: RSAKey
- Inherits:
-
Object
- Object
- RSAKey
- 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
- KEYNM =
1
- NVALUE =
2
- EVALUE =
3
- SESSIONKEY =
4
- FIELDS =
{ KEYNM => {:type => ::Thrift::Types::STRING, :name => 'keynm'}, NVALUE => {:type => ::Thrift::Types::STRING, :name => 'nvalue'}, EVALUE => {:type => ::Thrift::Types::STRING, :name => 'evalue'}, SESSIONKEY => {:type => ::Thrift::Types::STRING, :name => 'sessionKey'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15324 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15324 def struct_fields; FIELDS; end |
#validate ⇒ Object
15326 15327 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15326 def validate end |