Class: CallService::LookupPaidCall_args

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

Constant Summary collapse

DIALEDNUMBER =
2
LANGUAGE =
3
REFERER =
4
FIELDS =
{
  DIALEDNUMBER => {:type => ::Thrift::Types::STRING, :name => 'dialedNumber'},
  LANGUAGE => {:type => ::Thrift::Types::STRING, :name => 'language'},
  REFERER => {:type => ::Thrift::Types::STRING, :name => 'referer'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



801
# File 'lib/linerb/gen-rb/call_service.rb', line 801

def struct_fields; FIELDS; end

#validateObject



803
804
# File 'lib/linerb/gen-rb/call_service.rb', line 803

def validate
end