Class: ChannelToken
- Inherits:
-
Object
- Object
- ChannelToken
- 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
- TOKEN =
1
- OBSTOKEN =
2
- EXPIRATION =
3
- REFRESHTOKEN =
4
- CHANNELACCESSTOKEN =
5
- FIELDS =
{ TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'}, OBSTOKEN => {:type => ::Thrift::Types::STRING, :name => 'obsToken'}, EXPIRATION => {:type => ::Thrift::Types::I64, :name => 'expiration'}, REFRESHTOKEN => {:type => ::Thrift::Types::STRING, :name => 'refreshToken'}, CHANNELACCESSTOKEN => {:type => ::Thrift::Types::STRING, :name => 'channelAccessToken'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
13101 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13101 def struct_fields; FIELDS; end |
#validate ⇒ Object
13103 13104 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13103 def validate end |