Class: ChannelProvider

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

NAME =
1
CERTIFIED =
2
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  CERTIFIED => {:type => ::Thrift::Types::BOOL, :name => 'certified', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



13656
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13656

def struct_fields; FIELDS; end

#validateObject



13658
13659
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13658

def validate
end