Class: Disqus::BaseAuthor

Inherits:
Object
  • Object
show all
Defined in:
lib/disqus/author.rb

Direct Known Subclasses

AnonymousAuthor, Author

Instance Attribute Summary collapse

Instance Attribute Details

#email_hashObject (readonly)

Returns the value of attribute email_hash.



4
5
6
# File 'lib/disqus/author.rb', line 4

def email_hash
  @email_hash
end

#urlObject (readonly)

Returns the value of attribute url.



4
5
6
# File 'lib/disqus/author.rb', line 4

def url
  @url
end