Class: ThingsOperation
- Inherits:
-
Object
- Object
- ThingsOperation
- 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
- DEVICEID =
1
- OFFSET =
2
- ACTION =
3
- FIELDS =
{ DEVICEID => {:type => ::Thrift::Types::STRING, :name => 'deviceId'}, OFFSET => {:type => ::Thrift::Types::I64, :name => 'offset'}, ACTION => {:type => ::Thrift::Types::STRUCT, :name => 'action', :class => ::OperationAction} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9057 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9057 def struct_fields; FIELDS; end |
#validate ⇒ Object
9059 9060 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9059 def validate end |