Class: TestCallRoute

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

TOKEN =
1
VOIPSERVER =
2
FIELDS =
{
  TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'},
  VOIPSERVER => {:type => ::Thrift::Types::STRUCT, :name => 'voipServer', :class => ::CallHost}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end