Class: GetOldSticonMappingResponse
- Inherits:
-
Object
- Object
- GetOldSticonMappingResponse
- 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
- STICONPRODUCTMAPPINGS =
1
- UPDATEDTIMEMILLIS =
2
- UPDATED =
3
- FIELDS =
{ STICONPRODUCTMAPPINGS => {:type => ::Thrift::Types::LIST, :name => 'sticonProductMappings', :element => {:type => ::Thrift::Types::STRUCT, :class => ::SticonProductMapping}}, UPDATEDTIMEMILLIS => {:type => ::Thrift::Types::I64, :name => 'updatedTimeMillis'}, UPDATED => {:type => ::Thrift::Types::BOOL, :name => 'updated'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12159 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12159 def struct_fields; FIELDS; end |
#validate ⇒ Object
12161 12162 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12161 def validate end |