Class: PaidCallResponse

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

HOST =
1
DIALING =
2
TOKEN =
3
SPOTITEMS =
4
FIELDS =
{
  HOST => {:type => ::Thrift::Types::STRUCT, :name => 'host', :class => ::CallHost},
  DIALING => {:type => ::Thrift::Types::STRUCT, :name => 'dialing', :class => ::PaidCallDialing},
  TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'},
  SPOTITEMS => {:type => ::Thrift::Types::LIST, :name => 'spotItems', :element => {:type => ::Thrift::Types::STRUCT, :class => ::SpotItem}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end