Class: Textus::Command::Put
- Inherits:
-
Data
- Object
- Data
- Textus::Command::Put
- Defined in:
- lib/textus/command.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.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
4 5 6 |
# File 'lib/textus/command.rb', line 4 def body @body end |
#content ⇒ Object (readonly)
Returns the value of attribute content
4 5 6 |
# File 'lib/textus/command.rb', line 4 def content @content end |
#if_etag ⇒ Object (readonly)
Returns the value of attribute if_etag
4 5 6 |
# File 'lib/textus/command.rb', line 4 def if_etag @if_etag end |
#key ⇒ Object (readonly)
Returns the value of attribute key
4 5 6 |
# File 'lib/textus/command.rb', line 4 def key @key end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
4 5 6 |
# File 'lib/textus/command.rb', line 4 def @meta end |
#role ⇒ Object (readonly)
Returns the value of attribute role
4 5 6 |
# File 'lib/textus/command.rb', line 4 def role @role end |