Class: RTransmission::Types::PeersFrom
- Inherits:
-
RTransmission::Type
- Object
- RTransmission::Type
- RTransmission::Types::PeersFrom
- Defined in:
- lib/rtransmission/types/peers_from.rb
Class Method Summary collapse
Methods inherited from RTransmission::Type
attribute, #initialize, map, type_to_class
Constructor Details
This class inherits a constructor from RTransmission::Type
Class Method Details
.unmap(value) ⇒ Object
15 16 17 |
# File 'lib/rtransmission/types/peers_from.rb', line 15 def self.unmap(value) RTransmission::Types::PeersFrom.new(value) end |