Class: KudagoClient::Entities::Comment::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/kudago_client/entities/comment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url

Returns:

  • the current value of avatar_url



8
9
10
# File 'lib/kudago_client/entities/comment.rb', line 8

def avatar_url
  @avatar_url
end

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



8
9
10
# File 'lib/kudago_client/entities/comment.rb', line 8

def name
  @name
end