Class: KudagoClient::Entities::Comment::User
- Inherits:
-
Struct
- Object
- Struct
- KudagoClient::Entities::Comment::User
- Defined in:
- lib/kudago_client/entities/comment.rb
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url
8 9 10 |
# File 'lib/kudago_client/entities/comment.rb', line 8 def avatar_url @avatar_url end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/kudago_client/entities/comment.rb', line 8 def name @name end |