Class: Textus::Dispatch::Contracts::PutEntry
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::PutEntry
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#if_etag ⇒ Object
readonly
Returns the value of attribute if_etag.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
6 7 8 |
# File 'lib/textus/dispatch/contracts.rb', line 6 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
6 7 8 |
# File 'lib/textus/dispatch/contracts.rb', line 6 def content @content end |
#if_etag ⇒ Object (readonly)
Returns the value of attribute if_etag
6 7 8 |
# File 'lib/textus/dispatch/contracts.rb', line 6 def if_etag @if_etag end |
#key ⇒ Object (readonly)
Returns the value of attribute key
6 7 8 |
# File 'lib/textus/dispatch/contracts.rb', line 6 def key @key end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
6 7 8 |
# File 'lib/textus/dispatch/contracts.rb', line 6 def @meta end |