Class: Myflickr::User
- Inherits:
-
Struct
- Object
- Struct
- Myflickr::User
- Defined in:
- lib/myflickr/user.rb
Instance Attribute Summary collapse
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#username ⇒ Object
Returns the value of attribute username.
Class Method Summary collapse
Instance Attribute Details
#realname ⇒ Object
Returns the value of attribute realname
2 3 4 |
# File 'lib/myflickr/user.rb', line 2 def realname @realname end |
#username ⇒ Object
Returns the value of attribute username
2 3 4 |
# File 'lib/myflickr/user.rb', line 2 def username @username end |