Class: CadenceThrift::TaskIDBlock

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

STARTID =
10
ENDID =
20
FIELDS =
{
  STARTID => {:type => ::Thrift::Types::I64, :name => 'startID', :optional => true},
  ENDID => {:type => ::Thrift::Types::I64, :name => 'endID', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4408
# File 'lib/gen/thrift/shared_types.rb', line 4408

def struct_fields; FIELDS; end

#validateObject



4410
4411
# File 'lib/gen/thrift/shared_types.rb', line 4410

def validate
end