Class: Thrift::Types::Annotation::Deprecation::Deprecated
- Inherits:
-
Object
- Object
- Thrift::Types::Annotation::Deprecation::Deprecated
- Includes:
- Struct, Struct_Union
- Defined in:
- lib/thrift/types/annotation/deprecation/deprecation_types.rb,
lib/thrift/types/annotation/deprecation/deprecation_types.rb
Constant Summary collapse
- NAME =
'Deprecated'.freeze
- NAMESPACE =
'types.annotation.deprecation'.freeze
- LEGACY_ANNOTATIONS =
{ }.freeze
- STRUCTURED_ANNOTATIONS =
[ ].freeze
- FIELDS =
{ }
Constants included from Struct_Union
Instance Method Summary collapse
Methods included from Struct
#<=>, #==, #differences, #eql?, field_accessor, #fields_with_default_values, generate_accessors, #hash, #initialize, #inspect, qmark_isset_method, #read, #write
Methods included from Struct_Union
#each_field, #field_info, #inspect_collection, #inspect_field, #is_container?, #name_to_id, #read_field, #sorted_field_ids, #write_container, #write_data
Instance Method Details
#struct_fields ⇒ Object
32 |
# File 'lib/thrift/types/annotation/deprecation/deprecation_types.rb', line 32 def struct_fields; FIELDS; end |
#validate ⇒ Object
34 35 |
# File 'lib/thrift/types/annotation/deprecation/deprecation_types.rb', line 34 def validate end |