Class: Ocular::DSL::EventBase::Results

Inherits:
Object
  • Object
show all
Defined in:
lib/ocular/event/eventbase.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error.



12
13
14
# File 'lib/ocular/event/eventbase.rb', line 12

def error
  @error
end

#responseObject

Returns the value of attribute response.



11
12
13
# File 'lib/ocular/event/eventbase.rb', line 11

def response
  @response
end