Class: Echowrap::Blog

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/blog.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#==, attr_reader, #attrs, #initialize, #update

Constructor Details

This class inherits a constructor from Echowrap::Base

Instance Attribute Details

#date_foundObject (readonly)

Returns the value of attribute date_found.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def date_found
  @date_found
end

#date_postedObject (readonly)

Returns the value of attribute date_posted.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def date_posted
  @date_posted
end

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def name
  @name
end

#summaryObject (readonly)

Returns the value of attribute summary.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def summary
  @summary
end

#urlObject (readonly)

Returns the value of attribute url.



5
6
7
# File 'lib/echowrap/blog.rb', line 5

def url
  @url
end