Class: Mnenv::SnapChannel

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/mnenv/models/snap_channel.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



15
16
17
18
19
20
21
# File 'lib/mnenv/models/snap_channel.rb', line 15

def to_hash
  super.merge(
    'revision' => revision,
    'arch' => arch,
    'name' => name
  )
end