Class: Melos::Struct::GroupContextExtensions
- Defined in:
- lib/melos/struct/structs.rb
Constant Summary collapse
- STRUCT =
[ [:extensions, :classes, Melos::Struct::Extension] ]
Instance Attribute Summary collapse
-
#extensions ⇒ Object
readonly
Returns the value of attribute extensions.
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
#extensions ⇒ Object (readonly)
Returns the value of attribute extensions.
421 422 423 |
# File 'lib/melos/struct/structs.rb', line 421 def extensions @extensions end |