Class: GetModuleResponse
- Inherits:
-
Object
- Object
- GetModuleResponse
- 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
- MODULERESPONSE =
1
- NOTMODIFIED =
2
- NOTFOUND =
3
- FIELDS =
{ MODULERESPONSE => {:type => ::Thrift::Types::STRUCT, :name => 'moduleResponse', :class => ::ModuleResponse}, NOTMODIFIED => {:type => ::Thrift::Types::STRUCT, :name => 'notModified', :class => ::NotModified}, NOTFOUND => {:type => ::Thrift::Types::STRUCT, :name => 'notFound', :class => ::NotFound} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12781 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12781 def struct_fields; FIELDS; end |
#validate ⇒ Object
12783 12784 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12783 def validate end |