Class: Acs::Proxy::IAlbumProxyHandler::CreateAlbum_args
- Inherits:
-
Object
- Object
- Acs::Proxy::IAlbumProxyHandler::CreateAlbum_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_album_proxy_handler.rb
Constant Summary collapse
- ALBUM =
1
- EXTRAPARAMS =
2
- FIELDS =
{ ALBUM => {:type => ::Thrift::Types::STRUCT, :name => 'album', :class => ::Acs::Model::InsertableAlbum}, EXTRAPARAMS => {:type => ::Thrift::Types::MAP, :name => 'extraParams', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
476 |
# File 'lib/i_album_proxy_handler.rb', line 476 def struct_fields; FIELDS; end |
#validate ⇒ Object
478 479 |
# File 'lib/i_album_proxy_handler.rb', line 478 def validate end |