Class: Qapi::Meetup::Photo
- Inherits:
-
Struct
- Object
- Struct
- Qapi::Meetup::Photo
- Defined in:
- lib/qapi/meetup/model/member.rb
Instance Attribute Summary collapse
-
#photo_id ⇒ Object
Returns the value of attribute photo_id.
-
#photo_link ⇒ Object
Returns the value of attribute photo_link.
-
#thumb_link ⇒ Object
Returns the value of attribute thumb_link.
Instance Attribute Details
#photo_id ⇒ Object
Returns the value of attribute photo_id
2 3 4 |
# File 'lib/qapi/meetup/model/member.rb', line 2 def photo_id @photo_id end |
#photo_link ⇒ Object
Returns the value of attribute photo_link
2 3 4 |
# File 'lib/qapi/meetup/model/member.rb', line 2 def photo_link @photo_link end |
#thumb_link ⇒ Object
Returns the value of attribute thumb_link
2 3 4 |
# File 'lib/qapi/meetup/model/member.rb', line 2 def thumb_link @thumb_link end |