WAStoreAddress
Seaside-Examples-Store-Model
Comment:
A simple model of a billing or shipping address. Stores strings for a person's name, street, city, and country. Apart from accessors for these, the only behavior this provides is a #validate method which will throw errors if street, city, or country is nil.
Hierarchy:
ProtoObject
Object
WAStoreAddress
Summary:
instance variables:
methods:
Detail:
instance variables:
| city
|
- inferredType:
- UndefinedObject
|
| country
|
- inferredType:
- UndefinedObject
|
| name
|
- inferredType:
- UndefinedObject
|
| street
|
- inferredType:
- UndefinedObject
|
instance methods:
class methods:
^top
- made by Dandelion -