Class: Melos::Struct::PathSecret

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

Overview

12.4.3.1

Constant Summary collapse

STRUCT =
[
  [:path_secret, :vec]
]

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

#path_secretObject (readonly)

Returns the value of attribute path_secret.



529
530
531
# File 'lib/melos/struct/structs.rb', line 529

def path_secret
  @path_secret
end