Class: Clickwrap::Presenter::Document
- Inherits:
-
Data
- Object
- Data
- Clickwrap::Presenter::Document
- Defined in:
- lib/clickwrap/presenter.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#locale ⇒ Object
readonly
Returns the value of attribute locale.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#rendered_content_digest ⇒ Object
readonly
Returns the value of attribute rendered_content_digest.
-
#rendered_media_type ⇒ Object
readonly
Returns the value of attribute rendered_media_type.
-
#renderer_name ⇒ Object
readonly
Returns the value of attribute renderer_name.
-
#renderer_version ⇒ Object
readonly
Returns the value of attribute renderer_version.
-
#sanitizer_name ⇒ Object
readonly
Returns the value of attribute sanitizer_name.
-
#sanitizer_version ⇒ Object
readonly
Returns the value of attribute sanitizer_version.
-
#source_content_digest ⇒ Object
readonly
Returns the value of attribute source_content_digest.
-
#source_media_type ⇒ Object
readonly
Returns the value of attribute source_media_type.
-
#version_id ⇒ Object
readonly
Returns the value of attribute version_id.
-
#version_label ⇒ Object
readonly
Returns the value of attribute version_label.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def label @label end |
#locale ⇒ Object (readonly)
Returns the value of attribute locale
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def locale @locale end |
#path ⇒ Object (readonly)
Returns the value of attribute path
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def path @path end |
#rendered_content_digest ⇒ Object (readonly)
Returns the value of attribute rendered_content_digest
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def rendered_content_digest @rendered_content_digest end |
#rendered_media_type ⇒ Object (readonly)
Returns the value of attribute rendered_media_type
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def rendered_media_type @rendered_media_type end |
#renderer_name ⇒ Object (readonly)
Returns the value of attribute renderer_name
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def renderer_name @renderer_name end |
#renderer_version ⇒ Object (readonly)
Returns the value of attribute renderer_version
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def renderer_version @renderer_version end |
#sanitizer_name ⇒ Object (readonly)
Returns the value of attribute sanitizer_name
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def sanitizer_name @sanitizer_name end |
#sanitizer_version ⇒ Object (readonly)
Returns the value of attribute sanitizer_version
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def sanitizer_version @sanitizer_version end |
#source_content_digest ⇒ Object (readonly)
Returns the value of attribute source_content_digest
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def source_content_digest @source_content_digest end |
#source_media_type ⇒ Object (readonly)
Returns the value of attribute source_media_type
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def source_media_type @source_media_type end |
#version_id ⇒ Object (readonly)
Returns the value of attribute version_id
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def version_id @version_id end |
#version_label ⇒ Object (readonly)
Returns the value of attribute version_label
34 35 36 |
# File 'lib/clickwrap/presenter.rb', line 34 def version_label @version_label end |