Class: Melos::Struct::PathSecret
- Defined in:
- lib/melos/struct/structs.rb
Overview
12.4.3.1
Constant Summary collapse
- STRUCT =
[ [:path_secret, :vec] ]
Instance Attribute Summary collapse
-
#path_secret ⇒ Object
readonly
Returns the value of attribute path_secret.
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_secret ⇒ Object (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 |