Class: RTransmission::Types::Encryption
- Inherits:
-
RTransmission::Type
- Object
- RTransmission::Type
- RTransmission::Types::Encryption
- Defined in:
- lib/rtransmission/types/encryption.rb
Class Method Summary collapse
Methods inherited from RTransmission::Type
attribute, #initialize, type_to_class
Constructor Details
This class inherits a constructor from RTransmission::Type
Class Method Details
.map(value) ⇒ Object
12 13 14 |
# File 'lib/rtransmission/types/encryption.rb', line 12 def self.map(value) value.to_s end |
.unmap(value) ⇒ Object
8 9 10 |
# File 'lib/rtransmission/types/encryption.rb', line 8 def self.unmap(value) value.to_sym end |