Class: GetStream::Generated::Models::FeedsV3CommentResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#==, #inspect, omit_empty_fields, #to_h, #to_json

Constructor Details

#initialize(attributes = {}) ⇒ FeedsV3CommentResponse

Initialize with attributes



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 83

def initialize(attributes = {})
  super(attributes)
  @_object_id = attributes[:_object_id] || attributes['object_id']
  @confidence_score = attributes[:confidence_score] || attributes['confidence_score']
  @created_at = attributes[:created_at] || attributes['created_at']
  @downvote_count = attributes[:downvote_count] || attributes['downvote_count']
  @id = attributes[:id] || attributes['id']
  @object_type = attributes[:object_type] || attributes['object_type']
  @reaction_count = attributes[:reaction_count] || attributes['reaction_count']
  @reply_count = attributes[:reply_count] || attributes['reply_count']
  @score = attributes[:score] || attributes['score']
  @status = attributes[:status] || attributes['status']
  @updated_at = attributes[:updated_at] || attributes['updated_at']
  @upvote_count = attributes[:upvote_count] || attributes['upvote_count']
  @mentioned_users = attributes[:mentioned_users] || attributes['mentioned_users']
  @own_reactions = attributes[:own_reactions] || attributes['own_reactions']
  @user = attributes[:user] || attributes['user']
  @controversy_score = attributes[:controversy_score] || attributes['controversy_score'] || nil
  @deleted_at = attributes[:deleted_at] || attributes['deleted_at'] || nil
  @edited_at = attributes[:edited_at] || attributes['edited_at'] || nil
  @parent_id = attributes[:parent_id] || attributes['parent_id'] || nil
  @text = attributes[:text] || attributes['text'] || nil
  @attachments = attributes[:attachments] || attributes['attachments'] || nil
  @custom = attributes[:custom] || attributes['custom'] || nil
  @moderation = attributes[:moderation] || attributes['moderation'] || nil
end

Instance Attribute Details

#_object_idString

Returns:

  • (String)


14
15
16
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 14

def _object_id
  @_object_id
end

#attachmentsArray<Attachment>

Returns:



74
75
76
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 74

def attachments
  @attachments
end

#confidence_scoreFloat

Returns:

  • (Float)


17
18
19
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 17

def confidence_score
  @confidence_score
end

#controversy_scoreFloat

Returns:

  • (Float)


59
60
61
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 59

def controversy_score
  @controversy_score
end

#created_atDateTime

Returns:

  • (DateTime)


20
21
22
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 20

def created_at
  @created_at
end

#customObject

Returns:

  • (Object)


77
78
79
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 77

def custom
  @custom
end

#deleted_atDateTime

Returns:

  • (DateTime)


62
63
64
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 62

def deleted_at
  @deleted_at
end

#downvote_countInteger

Returns:

  • (Integer)


23
24
25
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 23

def downvote_count
  @downvote_count
end

#edited_atDateTime

Returns:

  • (DateTime)


65
66
67
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 65

def edited_at
  @edited_at
end

#idString

Returns:

  • (String)


26
27
28
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 26

def id
  @id
end

#mentioned_usersArray<UserResponse>

Returns:



50
51
52
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 50

def mentioned_users
  @mentioned_users
end

#moderationModerationV2Response



80
81
82
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 80

def moderation
  @moderation
end

#object_typeString

Returns:

  • (String)


29
30
31
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 29

def object_type
  @object_type
end

#own_reactionsArray

Returns:

  • (Array)


53
54
55
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 53

def own_reactions
  @own_reactions
end

#parent_idString

Returns:

  • (String)


68
69
70
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 68

def parent_id
  @parent_id
end

#reaction_countInteger

Returns:

  • (Integer)


32
33
34
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 32

def reaction_count
  @reaction_count
end

#reply_countInteger

Returns:

  • (Integer)


35
36
37
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 35

def reply_count
  @reply_count
end

#scoreInteger

Returns:

  • (Integer)


38
39
40
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 38

def score
  @score
end

#statusString

Returns:

  • (String)


41
42
43
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 41

def status
  @status
end

#textString

Returns:

  • (String)


71
72
73
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 71

def text
  @text
end

#updated_atDateTime

Returns:

  • (DateTime)


44
45
46
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 44

def updated_at
  @updated_at
end

#upvote_countInteger

Returns:

  • (Integer)


47
48
49
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 47

def upvote_count
  @upvote_count
end

#userUserResponse

Returns:



56
57
58
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 56

def user
  @user
end

Class Method Details

.json_field_mappingsObject

Override field mappings for JSON serialization



111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'lib/getstream_ruby/generated/models/feeds_v3_comment_response.rb', line 111

def self.json_field_mappings
  {
    _object_id: 'object_id',
    confidence_score: 'confidence_score',
    created_at: 'created_at',
    downvote_count: 'downvote_count',
    id: 'id',
    object_type: 'object_type',
    reaction_count: 'reaction_count',
    reply_count: 'reply_count',
    score: 'score',
    status: 'status',
    updated_at: 'updated_at',
    upvote_count: 'upvote_count',
    mentioned_users: 'mentioned_users',
    own_reactions: 'own_reactions',
    user: 'user',
    controversy_score: 'controversy_score',
    deleted_at: 'deleted_at',
    edited_at: 'edited_at',
    parent_id: 'parent_id',
    text: 'text',
    attachments: 'attachments',
    custom: 'custom',
    moderation: 'moderation'
  }
end