Class: CadenceThrift::ResetPoints

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

POINTS =
10
FIELDS =
{
  POINTS => {:type => ::Thrift::Types::LIST, :name => 'points', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::ResetPointInfo}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end