Class: ForceDream::Http::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



12
13
14
# File 'lib/force_dream/http.rb', line 12

def json
  @json
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/force_dream/http.rb', line 12

def status
  @status
end