Class: Icalendar2::Parameter::Fmttype

Inherits:
Base
  • Object
show all
Defined in:
lib/icalendar2/parameter/fmttype.rb

Overview

Constant Summary collapse

TYPE_NAME =
"(?:#{Tokens::ALPHA}|#{Tokens::DIGIT}|[-!#$&.+^_])+"
SUBTYPE_NAME =
TYPE_NAME

Method Summary

Methods inherited from Base

format, #initialize, #valid?

Constructor Details

This class inherits a constructor from Icalendar2::Parameter::Base