Class: Shugoi::Core::Decision

Inherits:
Struct
  • Object
show all
Defined in:
lib/shugoi/core.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'lib/shugoi/core.rb', line 5

def body
  @body
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



5
6
7
# File 'lib/shugoi/core.rb', line 5

def content_type
  @content_type
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



5
6
7
# File 'lib/shugoi/core.rb', line 5

def headers
  @headers
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/shugoi/core.rb', line 5

def status
  @status
end