Class: RichAlbum
- Inherits:
-
Object
- Object
- RichAlbum
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/content_types.rb
Constant Summary collapse
- ID =
1
- RICHINTRO =
2
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true}, RICHINTRO => {:type => ::Thrift::Types::STRING, :name => 'richIntro', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
513 |
# File 'lib/content_types.rb', line 513 def struct_fields; FIELDS; end |
#validate ⇒ Object
515 516 |
# File 'lib/content_types.rb', line 515 def validate end |