Class: Echowrap::DocCounts

Inherits:
Base
  • Object
show all
Defined in:
lib/echowrap/doc_counts.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

#audioObject (readonly)

Returns the value of attribute audio.



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

def audio
  @audio
end

#biographiesObject (readonly)

Returns the value of attribute biographies.



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

def biographies
  @biographies
end

#blogsObject (readonly)

Returns the value of attribute blogs.



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

def blogs
  @blogs
end

#imagesObject (readonly)

Returns the value of attribute images.



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

def images
  @images
end

#newsObject (readonly)

Returns the value of attribute news.



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

def news
  @news
end

#reviewsObject (readonly)

Returns the value of attribute reviews.



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

def reviews
  @reviews
end

#songsObject (readonly)

Returns the value of attribute songs.



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

def songs
  @songs
end

#videoObject (readonly)

Returns the value of attribute video.



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

def video
  @video
end