Implementing channel model.
This commit is contained in:
parent
31b2cd471f
commit
c6a51d3896
@ -16,5 +16,5 @@ BaselineOfVideoWeb >> baseline: spec [
|
||||
|
||||
{ #category : #accessing }
|
||||
BaselineOfVideoWeb >> semanticVersion [
|
||||
^ '0.2.1'
|
||||
^ '0.3.0'
|
||||
]
|
||||
|
16
app/VideoWeb/VideoChannel.class.st
Normal file
16
app/VideoWeb/VideoChannel.class.st
Normal file
@ -0,0 +1,16 @@
|
||||
Class {
|
||||
#name : #VideoChannel,
|
||||
#superclass : #Object,
|
||||
#instVars : [
|
||||
'author',
|
||||
'authorId',
|
||||
'authorBanners',
|
||||
'authorThumbnails',
|
||||
'relatedChannels',
|
||||
'description',
|
||||
'subscribersCount',
|
||||
'totalViews',
|
||||
'isFamilyFriendly'
|
||||
],
|
||||
#category : #VideoWeb
|
||||
}
|
Loading…
Reference in New Issue
Block a user