Class: Textus::Command::Put

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/textus/command.rb', line 4

def body
  @body
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/textus/command.rb', line 4

def content
  @content
end

#if_etagObject (readonly)

Returns the value of attribute if_etag

Returns:

  • (Object)

    the current value of if_etag



4
5
6
# File 'lib/textus/command.rb', line 4

def if_etag
  @if_etag
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



4
5
6
# File 'lib/textus/command.rb', line 4

def key
  @key
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



4
5
6
# File 'lib/textus/command.rb', line 4

def meta
  @meta
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



4
5
6
# File 'lib/textus/command.rb', line 4

def role
  @role
end