Class: Delicious::Person
- Inherits:
-
Object
- Object
- Delicious::Person
- Defined in:
- lib/delicious.rb
Overview
Link Class end #############
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(name) ⇒ Person
constructor
A new instance of Person.
Constructor Details
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
130 131 132 |
# File 'lib/delicious.rb', line 130 def name @name end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
130 131 132 |
# File 'lib/delicious.rb', line 130 def url @url end |