Class: Acs::Model::RichAlbum
- Inherits:
-
Object
- Object
- Acs::Model::RichAlbum
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/album_model_types.rb
Constant Summary collapse
- ID =
1
- RICHINTRO =
2
- ISDELETED =
3
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true}, RICHINTRO => {:type => ::Thrift::Types::STRING, :name => 'richIntro', :optional => true}, ISDELETED => {:type => ::Thrift::Types::BOOL, :name => 'isDeleted', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
169 |
# File 'lib/album_model_types.rb', line 169 def struct_fields; FIELDS; end |
#validate ⇒ Object
171 172 |
# File 'lib/album_model_types.rb', line 171 def validate end |