Class: InboxBeam::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/inbox_beam/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



7
8
9
# File 'lib/inbox_beam/client.rb', line 7

def mailbox
  @mailbox
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



7
8
9
# File 'lib/inbox_beam/client.rb', line 7

def uid
  @uid
end

#uid_validityObject

Returns the value of attribute uid_validity

Returns:

  • (Object)

    the current value of uid_validity



7
8
9
# File 'lib/inbox_beam/client.rb', line 7

def uid_validity
  @uid_validity
end