Method: CFPropertyList::CFData#decoded_value
- Defined in:
- lib/cfpropertylist/rbCFTypes.rb
#decoded_value ⇒ Object
get base64 decoded value
184 185 186 |
# File 'lib/cfpropertylist/rbCFTypes.rb', line 184 def decoded_value @raw_value ||= Blob.new(Base64.decode64(@value)) end |