Class: ThingsOperation

Inherits:
Object
  • Object
show all
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_fieldsObject



5552
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5552

def struct_fields; FIELDS; end

#validateObject



5554
5555
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5554

def validate
end