Class: CallService::LookupPaidCall_args
- Inherits:
-
Object
- Object
- CallService::LookupPaidCall_args
- 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_fields ⇒ Object
801 |
# File 'lib/linerb/gen-rb/call_service.rb', line 801 def struct_fields; FIELDS; end |
#validate ⇒ Object
803 804 |
# File 'lib/linerb/gen-rb/call_service.rb', line 803 def validate end |