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
16390 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16390 def struct_fields; FIELDS; end |
#validate ⇒ Object
16392 16393 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16392 def validate end |