Class: ZeroSSL::HTTP::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/zerossl/http.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



13
14
15
# File 'lib/zerossl/http.rb', line 13

def body
  @body
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



13
14
15
# File 'lib/zerossl/http.rb', line 13

def code
  @code
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



13
14
15
# File 'lib/zerossl/http.rb', line 13

def success
  @success
end