Class: Melos::Struct::Commit
Constant Summary collapse
- STRUCT =
[ [:proposals, :classes, Melos::Struct::ProposalOrRef], [:path, :optional, Melos::Struct::UpdatePath] ]
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#proposals ⇒ Object
readonly
Returns the value of attribute proposals.
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 ⇒ Object (readonly)
Returns the value of attribute path.
469 470 471 |
# File 'lib/melos/struct/structs.rb', line 469 def path @path end |
#proposals ⇒ Object (readonly)
Returns the value of attribute proposals.
469 470 471 |
# File 'lib/melos/struct/structs.rb', line 469 def proposals @proposals end |