Class: FollowProfile
- Inherits:
-
Object
- Object
- FollowProfile
- 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
- FOLLOWMID =
1
- DISPLAYNAME =
2
- PICTUREPATH =
3
- FOLLOWING =
4
- ALLOWFOLLOW =
5
- FOLLOWBUDDYDETAIL =
6
- FIELDS =
{ FOLLOWMID => {:type => ::Thrift::Types::STRUCT, :name => 'followMid', :class => ::FollowMid}, DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName'}, PICTUREPATH => {:type => ::Thrift::Types::STRING, :name => 'picturePath'}, FOLLOWING => {:type => ::Thrift::Types::BOOL, :name => 'following'}, ALLOWFOLLOW => {:type => ::Thrift::Types::BOOL, :name => 'allowFollow'}, FOLLOWBUDDYDETAIL => {:type => ::Thrift::Types::STRUCT, :name => 'followBuddyDetail', :class => ::FollowBuddyDetail, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15759 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15759 def struct_fields; FIELDS; end |
#validate ⇒ Object
15761 15762 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15761 def validate end |