Class: CadenceThrift::HistoryBranchRange

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

BRANCHID =
10
BEGINNODEID =
20
ENDNODEID =
30
FIELDS =
{
  BRANCHID => {:type => ::Thrift::Types::STRING, :name => 'branchID', :optional => true},
  BEGINNODEID => {:type => ::Thrift::Types::I64, :name => 'beginNodeID', :optional => true},
  ENDNODEID => {:type => ::Thrift::Types::I64, :name => 'endNodeID', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end