Class: Kave::ResponseLatestOutBox

Inherits:
Object
  • Object
show all
Defined in:
lib/kave/response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



36
37
38
# File 'lib/kave/response.rb', line 36

def response
  @response
end

#selectObject (readonly)

Returns the value of attribute select.



36
37
38
# File 'lib/kave/response.rb', line 36

def select
  @select
end

Instance Method Details

#validate(response = nil, send_simple_by) ⇒ Object



37
38
39
40
41
42
# File 'lib/kave/response.rb', line 37

def validate(response = nil,send_simple_by)
  @response = response
  @send_simple_by=send_simple_by
  perform_validation
  return self
end