Class: Crawlscope::StructuredData::Document::Item

Inherits:
Data
  • Object
show all
Defined in:
lib/crawlscope/structured_data/document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



9
10
11
# File 'lib/crawlscope/structured_data/document.rb', line 9

def data
  @data
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/crawlscope/structured_data/document.rb', line 9

def source
  @source
end