Class: GoogleFontExtractor::Extract::FontListElement

Inherits:
Scraper::Base
  • Object
show all
Defined in:
lib/extract.rb

Overview

Element within list of fonts

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

for storing serif, sans-serif, etc



34
35
36
# File 'lib/extract.rb', line 34

def category
  @category
end

#download_urlObject

Returns the value of attribute download_url.



35
36
37
# File 'lib/extract.rb', line 35

def download_url
  @download_url
end