Class: Disqus::BaseAuthor
- Inherits:
-
Object
- Object
- Disqus::BaseAuthor
- Defined in:
- lib/disqus/author.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#email_hash ⇒ Object
readonly
Returns the value of attribute email_hash.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#email_hash ⇒ Object (readonly)
Returns the value of attribute email_hash.
4 5 6 |
# File 'lib/disqus/author.rb', line 4 def email_hash @email_hash end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
4 5 6 |
# File 'lib/disqus/author.rb', line 4 def url @url end |