Class: CadenceThrift::HistoryBranch
- Inherits:
-
Object
- Object
- CadenceThrift::HistoryBranch
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TREEID =
10
- BRANCHID =
20
- ANCESTORS =
30
- FIELDS =
{ TREEID => {:type => ::Thrift::Types::STRING, :name => 'treeID', :optional => true}, BRANCHID => {:type => ::Thrift::Types::STRING, :name => 'branchID', :optional => true}, ANCESTORS => {:type => ::Thrift::Types::LIST, :name => 'ancestors', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::HistoryBranchRange}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4592 |
# File 'lib/gen/thrift/shared_types.rb', line 4592 def struct_fields; FIELDS; end |
#validate ⇒ Object
4594 4595 |
# File 'lib/gen/thrift/shared_types.rb', line 4594 def validate end |