Class: GetFollowersResponse

Inherits:
Object
  • Object
show all
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

PROFILES =
1
CURSOR =
2
FOLLOWINGCOUNT =
3
FOLLOWERCOUNT =
4
FIELDS =
{
  PROFILES => {:type => ::Thrift::Types::LIST, :name => 'profiles', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FollowProfile}},
  CURSOR => {:type => ::Thrift::Types::STRING, :name => 'cursor', :optional => true},
  FOLLOWINGCOUNT => {:type => ::Thrift::Types::I64, :name => 'followingCount', :optional => true},
  FOLLOWERCOUNT => {:type => ::Thrift::Types::I64, :name => 'followerCount', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



15781
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15781

def struct_fields; FIELDS; end

#validateObject



15783
15784
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15783

def validate
end