Class: Service::Content::Thrift::TrackPicture
- Inherits:
-
Object
- Object
- Service::Content::Thrift::TrackPicture
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/service_album_api/content_types.rb
Constant Summary collapse
- ID =
1- TRACKID =
2- UID =
3- PICTUREPATH =
4- ORDERNUM =
5- EXPLOREHEIGHT =
6- CREATEDAT =
7- UPDATEDAT =
8- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id'}, TRACKID => {:type => ::Thrift::Types::I64, :name => 'trackId'}, UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, PICTUREPATH => {:type => ::Thrift::Types::STRING, :name => 'picturePath', :optional => true}, ORDERNUM => {:type => ::Thrift::Types::I32, :name => 'orderNum'}, EXPLOREHEIGHT => {:type => ::Thrift::Types::I32, :name => 'exploreHeight'}, CREATEDAT => {:type => ::Thrift::Types::I64, :name => 'createdAt'}, UPDATEDAT => {:type => ::Thrift::Types::I64, :name => 'updatedAt'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
310 |
# File 'lib/service_album_api/content_types.rb', line 310 def struct_fields; FIELDS; end |
#validate ⇒ Object
312 313 |
# File 'lib/service_album_api/content_types.rb', line 312 def validate end |