Class: Thrift::Types::Annotation::Rpc::ReadOnly

Inherits:
Object
  • Object
show all
Includes:
Struct, Struct_Union
Defined in:
lib/thrift/types/annotation/rpc/rpc_types.rb,
lib/thrift/types/annotation/rpc/rpc_types.rb

Constant Summary collapse

NAME =
'ReadOnly'.freeze
NAMESPACE =
'types.annotation.rpc'.freeze
LEGACY_ANNOTATIONS =
{
}.freeze
STRUCTURED_ANNOTATIONS =
[
  ::Thrift::Types::Annotation::Rpc::Idempotent.new({
  }),
].freeze
FIELDS =
{

}.freeze

Constants included from Struct_Union

Struct_Union::CONTAINER_TYPES

Instance Method Summary collapse

Methods included from Struct

#<=>, #==, append_features, #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_fieldsObject



62
# File 'lib/thrift/types/annotation/rpc/rpc_types.rb', line 62

def struct_fields; FIELDS; end

#validateObject



64
65
# File 'lib/thrift/types/annotation/rpc/rpc_types.rb', line 64

def validate
end