Class: Thrift::Types::Value::NullValue
- Inherits:
-
Object
- Object
- Thrift::Types::Value::NullValue
- Includes:
- Struct, Struct_Union
- Defined in:
- lib/thrift/types/value/value_types.rb,
lib/thrift/types/value/value_types.rb
Constant Summary collapse
- NAME =
'NullValue'.freeze
- NAMESPACE =
'types.value'.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
41 |
# File 'lib/thrift/types/value/value_types.rb', line 41 def struct_fields; FIELDS; end |
#validate ⇒ Object
43 44 |
# File 'lib/thrift/types/value/value_types.rb', line 43 def validate end |