Class: Topsy::Author
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- Topsy::Author
- Defined in:
- lib/topsy/author.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/topsy/author.rb', line 15 def to_s "Topsy Author: #{name}, @#{nick}, #{}" end |
#type ⇒ Object
19 20 21 |
# File 'lib/topsy/author.rb', line 19 def type self[:type] end |