Method: Megam::Backups#tosca_type
- Defined in:
- lib/megam/core/backups.rb
#tosca_type(arg = nil) ⇒ Object
55 56 57 58 59 60 61 |
# File 'lib/megam/core/backups.rb', line 55 def tosca_type(arg = nil) if !arg.nil? @tosca_type = arg else @tosca_type end end |