Class: Acs::Proxy::IAlbumProxyHandler::QuerySimpleAlbum_result
- Inherits:
-
Object
- Object
- Acs::Proxy::IAlbumProxyHandler::QuerySimpleAlbum_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::STRUCT, :name => 'success', :class => ::Acs::Model::SimpleAlbum} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
266 |
# File 'lib/i_album_proxy_handler.rb', line 266 def struct_fields; FIELDS; end |
#validate ⇒ Object
268 269 |
# File 'lib/i_album_proxy_handler.rb', line 268 def validate end |