Class: TrackRepostForm
- Inherits:
-
Object
- Object
- TrackRepostForm
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/track_types.rb
Constant Summary collapse
- ID =
1
- ALBUMID =
2
- UID =
3
- CLIENTINFO =
4
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true}, ALBUMID => {:type => ::Thrift::Types::I64, :name => 'albumId', :optional => true}, UID => {:type => ::Thrift::Types::I64, :name => 'uid', :optional => true}, CLIENTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'clientInfo', :class => ::ClientInfo, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
332 |
# File 'lib/track_types.rb', line 332 def struct_fields; FIELDS; end |
#validate ⇒ Object
334 335 |
# File 'lib/track_types.rb', line 334 def validate end |