Class: MailHandler::Receiver::Search

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



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

def duration
  @duration
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#emailsObject

Returns the value of attribute emails

Returns:

  • (Object)

    the current value of emails



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

def emails
  @emails
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



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

def finished_at
  @finished_at
end

#max_durationObject

Returns the value of attribute max_duration

Returns:

  • (Object)

    the current value of max_duration



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

def max_duration
  @max_duration
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



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

def result
  @result
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



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

def started_at
  @started_at
end