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



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def duration
  @duration
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def email
  @email
end

#emailsObject

Returns the value of attribute emails

Returns:

  • (Object)

    the current value of emails



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def emails
  @emails
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def finished_at
  @finished_at
end

#max_durationObject

Returns the value of attribute max_duration

Returns:

  • (Object)

    the current value of max_duration



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def max_duration
  @max_duration
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def options
  @options
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def result
  @result
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



29
30
31
# File 'lib/mailhandler/receiver.rb', line 29

def started_at
  @started_at
end