Class: Acs::Proxy::IAlbumProxyHandler::QueryBriefAlbums_result
- Inherits:
-
Object
- Object
- Acs::Proxy::IAlbumProxyHandler::QueryBriefAlbums_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_album_proxy_handler.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::I64}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Acs::Model::BriefAlbum}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
426 |
# File 'lib/i_album_proxy_handler.rb', line 426 def struct_fields; FIELDS; end |
#validate ⇒ Object
428 429 |
# File 'lib/i_album_proxy_handler.rb', line 428 def validate end |