Class: Clickwrap::Presenter::Document

Inherits:
Data
  • Object
show all
Defined in:
lib/clickwrap/presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#localeObject (readonly)

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



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

def locale
  @locale
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#rendered_content_digestObject (readonly)

Returns the value of attribute rendered_content_digest

Returns:

  • (Object)

    the current value of rendered_content_digest



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

def rendered_content_digest
  @rendered_content_digest
end

#rendered_media_typeObject (readonly)

Returns the value of attribute rendered_media_type

Returns:

  • (Object)

    the current value of rendered_media_type



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

def rendered_media_type
  @rendered_media_type
end

#renderer_nameObject (readonly)

Returns the value of attribute renderer_name

Returns:

  • (Object)

    the current value of renderer_name



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

def renderer_name
  @renderer_name
end

#renderer_versionObject (readonly)

Returns the value of attribute renderer_version

Returns:

  • (Object)

    the current value of renderer_version



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

def renderer_version
  @renderer_version
end

#sanitizer_nameObject (readonly)

Returns the value of attribute sanitizer_name

Returns:

  • (Object)

    the current value of sanitizer_name



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

def sanitizer_name
  @sanitizer_name
end

#sanitizer_versionObject (readonly)

Returns the value of attribute sanitizer_version

Returns:

  • (Object)

    the current value of sanitizer_version



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

def sanitizer_version
  @sanitizer_version
end

#source_content_digestObject (readonly)

Returns the value of attribute source_content_digest

Returns:

  • (Object)

    the current value of source_content_digest



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

def source_content_digest
  @source_content_digest
end

#source_media_typeObject (readonly)

Returns the value of attribute source_media_type

Returns:

  • (Object)

    the current value of source_media_type



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

def source_media_type
  @source_media_type
end

#version_idObject (readonly)

Returns the value of attribute version_id

Returns:

  • (Object)

    the current value of version_id



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

def version_id
  @version_id
end

#version_labelObject (readonly)

Returns the value of attribute version_label

Returns:

  • (Object)

    the current value of version_label



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

def version_label
  @version_label
end