Squeak Class Documentation category index | class index  
 
Discussion
  category: Network-Pluggable Web Server
  superclass: Object
  subclasses:

A Discussion has some header information and a collection of related notes.

instance methods
  access
  addNote:
at:
at:addNote:
author
children
description
description:
notes
relatedURL
relatedURL:
status
timestamp
title
title:
url

class methods
  no messages
 

instance methods
  access top  
 

addNote:


 

at:

Primitive. Assumes receiver is indexable. Answer the value of an
indexable element in the receiver. Fail if the argument index is not an
Integer or is out of bounds. Essential. See Object documentation
whatIsAPrimitive.


 

at:addNote:


 

author


 

children


 

description


 

description:


 

notes


 

relatedURL


 

relatedURL:


 

status


 

timestamp


 

title


 

title:


 

url

fake the url as the title


class methods
  no messages top