Class: BuddyLive
- Inherits:
-
Object
- Object
- BuddyLive
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- MID =
1
- ONLIVE =
2
- TITLE =
3
- VIEWERCOUNT =
4
- LIVEURL =
5
- FIELDS =
{ MID => {:type => ::Thrift::Types::STRING, :name => 'mid'}, ONLIVE => {:type => ::Thrift::Types::BOOL, :name => 'onLive'}, TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, VIEWERCOUNT => {:type => ::Thrift::Types::I64, :name => 'viewerCount'}, LIVEURL => {:type => ::Thrift::Types::STRING, :name => 'liveUrl'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17128 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17128 def struct_fields; FIELDS; end |
#validate ⇒ Object
17130 17131 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17130 def validate end |