Class: Icalendar2::BinaryValue

Inherits:
Value
  • Object
show all
Defined in:
lib/icalendar2/value/binary_value.rb

Overview

Constant Summary collapse

B_CHAR =
"[a-z0-9+/]"
B_END =
"#{B_CHAR}#{B_CHAR}==|#{B_CHAR}#{B_CHAR}#{B_CHAR}="

Instance Attribute Summary

Attributes inherited from Value

#value

Method Summary

Methods inherited from Value

get_factory, #initialize, matches, #to_s, #valid?

Constructor Details

This class inherits a constructor from Icalendar2::Value