Class: Service::Album::Api::AlbumTrackPageResult
- Inherits:
-
Object
- Object
- Service::Album::Api::AlbumTrackPageResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/service_album_api/album_facade_types.rb
Constant Summary collapse
- TOTALSIZE =
1- ALBUMTITLE =
2- ALBUMCOVERPATHSMALL =
3- ALBUMCOVERPATHMIDDLE =
4- ALBUMCOVERPATHLARGE =
5- ALBUMCATEGORYID =
6- IDS =
7- FIELDS =
{ TOTALSIZE => {:type => ::Thrift::Types::I32, :name => 'totalSize', :optional => true}, ALBUMTITLE => {:type => ::Thrift::Types::STRING, :name => 'albumTitle', :optional => true}, ALBUMCOVERPATHSMALL => {:type => ::Thrift::Types::STRING, :name => 'albumCoverPathSmall', :optional => true}, ALBUMCOVERPATHMIDDLE => {:type => ::Thrift::Types::STRING, :name => 'albumCoverPathMiddle', :optional => true}, ALBUMCOVERPATHLARGE => {:type => ::Thrift::Types::STRING, :name => 'albumCoverPathLarge', :optional => true}, ALBUMCATEGORYID => {:type => ::Thrift::Types::I32, :name => 'albumCategoryId', :optional => true}, IDS => {:type => ::Thrift::Types::LIST, :name => 'ids', :element => {:type => ::Thrift::Types::I64}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
34 |
# File 'lib/service_album_api/album_facade_types.rb', line 34 def struct_fields; FIELDS; end |
#validate ⇒ Object
36 37 |
# File 'lib/service_album_api/album_facade_types.rb', line 36 def validate end |