Class: GroupCallUrl
- Inherits:
-
Object
- Object
- GroupCallUrl
- 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
- URLID =
1
- TITLE =
2
- CREATEDTIMEMILLIS =
3
- FIELDS =
{ URLID => {:type => ::Thrift::Types::STRING, :name => 'urlId'}, TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, CREATEDTIMEMILLIS => {:type => ::Thrift::Types::I64, :name => 'createdTimeMillis'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15066 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15066 def struct_fields; FIELDS; end |
#validate ⇒ Object
15068 15069 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15068 def validate end |