Class: TrackDeleteForm
- Inherits:
-
Object
- Object
- TrackDeleteForm
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/track_types.rb
Constant Summary collapse
- ID =
1
- UID =
2
- CLIENTINFO =
3
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id', :optional => true}, UID => {:type => ::Thrift::Types::I64, :name => 'uid', :optional => true}, CLIENTINFO => {:type => ::Thrift::Types::STRUCT, :name => 'clientInfo', :class => ::ClientInfo, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
310 |
# File 'lib/track_types.rb', line 310 def struct_fields; FIELDS; end |
#validate ⇒ Object
312 313 |
# File 'lib/track_types.rb', line 312 def validate end |