Class: CadenceThrift::History
- Inherits:
-
Object
- Object
- CadenceThrift::History
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- EVENTS =
10
- FIELDS =
{ EVENTS => {:type => ::Thrift::Types::LIST, :name => 'events', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::HistoryEvent}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2725 |
# File 'lib/gen/thrift/shared_types.rb', line 2725 def struct_fields; FIELDS; end |
#validate ⇒ Object
2727 2728 |
# File 'lib/gen/thrift/shared_types.rb', line 2727 def validate end |