Class: RingbackTone

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

UUID =
1
TRACKID =
2
TITLE =
3
OID =
4
TIDS =
5
SID =
6
ARTIST =
7
CHANNELID =
8
FIELDS =
{
  UUID => {:type => ::Thrift::Types::STRING, :name => 'uuid'},
  TRACKID => {:type => ::Thrift::Types::STRING, :name => 'trackId'},
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  OID => {:type => ::Thrift::Types::STRING, :name => 'oid'},
  TIDS => {:type => ::Thrift::Types::MAP, :name => 'tids', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
  SID => {:type => ::Thrift::Types::STRING, :name => 'sid'},
  ARTIST => {:type => ::Thrift::Types::STRING, :name => 'artist', :optional => true},
  CHANNELID => {:type => ::Thrift::Types::STRING, :name => 'channelId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end