Class: SquareBot
- Inherits:
-
Object
- Object
- SquareBot
- 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
- BOTMID =
1
- ACTIVE =
2
- DISPLAYNAME =
3
- PROFILEIMAGEOBSHASH =
4
- ICONTYPE =
5
- LASTMODIFIEDAT =
6
- EXPIREDIN =
7
- FIELDS =
{ BOTMID => {:type => ::Thrift::Types::STRING, :name => 'botMid'}, ACTIVE => {:type => ::Thrift::Types::BOOL, :name => 'active'}, DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName'}, PROFILEIMAGEOBSHASH => {:type => ::Thrift::Types::STRING, :name => 'profileImageObsHash'}, ICONTYPE => {:type => ::Thrift::Types::I32, :name => 'iconType'}, LASTMODIFIEDAT => {:type => ::Thrift::Types::I64, :name => 'lastModifiedAt'}, EXPIREDIN => {:type => ::Thrift::Types::I64, :name => 'expiredIn'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4139 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4139 def struct_fields; FIELDS; end |
#validate ⇒ Object
4141 4142 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4141 def validate end |