Class: CadenceThrift::RecordMarkerDecisionAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::RecordMarkerDecisionAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- MARKERNAME =
10
- DETAILS =
20
- HEADER =
30
- FIELDS =
{ MARKERNAME => {:type => ::Thrift::Types::STRING, :name => 'markerName', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, HEADER => {:type => ::Thrift::Types::STRUCT, :name => 'header', :class => ::CadenceThrift::Header, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1340 |
# File 'lib/gen/thrift/shared_types.rb', line 1340 def struct_fields; FIELDS; end |
#validate ⇒ Object
1342 1343 |
# File 'lib/gen/thrift/shared_types.rb', line 1342 def validate end |