Class: MailHandler::Receiver::Search

Inherits:
Struct
  • Object
show all
Defined in:
lib/mailhandler/receiver.rb

Overview

See Also:

  • for available options

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def duration
  @duration
end

#emailObject

Returns the value of attribute email



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def email
  @email
end

#emailsObject

Returns the value of attribute emails



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def emails
  @emails
end

#finished_atObject

Returns the value of attribute finished_at



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def finished_at
  @finished_at
end

#max_durationObject

Returns the value of attribute max_duration



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def max_duration
  @max_duration
end

#optionsObject

Returns the value of attribute options



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def options
  @options
end

#resultObject

Returns the value of attribute result



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def result
  @result
end

#started_atObject

Returns the value of attribute started_at



34
35
36
# File 'lib/mailhandler/receiver.rb', line 34

def started_at
  @started_at
end