Class/Module Index [+]

Quicksearch

TMail::MimeVersionHeader

Constants

PARSE_TYPE

Public Instance Methods

major() click to toggle source
# File lib/tmail/header.rb, line 703
def major
  ensure_parsed
  @major
end
major=( arg ) click to toggle source
# File lib/tmail/header.rb, line 708
def major=( arg )
  ensure_parsed
  @major = arg
end
minor() click to toggle source
# File lib/tmail/header.rb, line 713
def minor
  ensure_parsed
  @minor
end
minor=( arg ) click to toggle source
# File lib/tmail/header.rb, line 718
def minor=( arg )
  ensure_parsed
  @minor = arg
end
version() click to toggle source
# File lib/tmail/header.rb, line 723
def version
  sprintf('%d.%d', major, minor)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.