Class: Ringtone
- Inherits:
-
Object
- Object
- Ringtone
- 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
- TITLE =
1
- ARTIST =
2
- OID =
3
- CHANNELID =
4
- FIELDS =
{ TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, ARTIST => {:type => ::Thrift::Types::STRING, :name => 'artist'}, OID => {:type => ::Thrift::Types::STRING, :name => 'oid'}, CHANNELID => {:type => ::Thrift::Types::STRING, :name => 'channelId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17875 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17875 def struct_fields; FIELDS; end |
#validate ⇒ Object
17877 17878 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17877 def validate end |