Class: Net::IMAP::ResponseParser::Token

Inherits:
Struct show all
Defined in:
lib/net/imap.rb

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Struct

#pretty_print, #pretty_print_cycle, #to_yaml, yaml_new

Instance Attribute Details

- (Object) symbol

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



2039
2040
2041
# File 'lib/net/imap.rb', line 2039

def symbol
  @symbol
end

- (Object) value

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2039
2040
2041
# File 'lib/net/imap.rb', line 2039

def value
  @value
end