Topic: object-oriented fields
Topic: opaque and partially-opaque data types
Quotation Skeleton
[In Ruby,] you may not export an object's instance … "protected" concept.) Instead, Ruby has attributes: methods that … … or use the Ruby shortcuts [e.g., attr_accessor :title]
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: use Ruby attributes to get and set instance variables; define explicitly or via 'attr_accessor', etc.
Related Topics
Topic: object-oriented fields (28 items)
Topic: opaque and partially-opaque data types (14 items)