Class: Melos::Struct::GroupContextExtensions

Inherits:
Base
  • Object
show all
Defined in:
lib/melos/struct/structs.rb

Constant Summary collapse

STRUCT =
[
  [:extensions, :classes, Melos::Struct::Extension]
]

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#deserialize_select_elem_with_context, #initialize, #raw

Constructor Details

This class inherits a constructor from Melos::Struct::Base

Instance Attribute Details

#extensionsObject (readonly)

Returns the value of attribute extensions.



421
422
423
# File 'lib/melos/struct/structs.rb', line 421

def extensions
  @extensions
end