Class: Mnenv::SnapChannel
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Mnenv::SnapChannel
- Defined in:
- lib/mnenv/models/snap_channel.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
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 |