Class: OACallRoute

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

CALLROUTE =
1
PAIDCALLRESPONSE =
2
FIELDS =
{
  CALLROUTE => {:type => ::Thrift::Types::STRUCT, :name => 'callRoute', :class => ::CallRoute},
  PAIDCALLRESPONSE => {:type => ::Thrift::Types::STRUCT, :name => 'paidCallResponse', :class => ::PaidCallResponse}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end