Class: Melos::Struct::Commit

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

Constant Summary collapse

STRUCT =
[
  [:proposals, :classes, Melos::Struct::ProposalOrRef],
  [:path, :optional, Melos::Struct::UpdatePath]
]

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

#pathObject (readonly)

Returns the value of attribute path.



469
470
471
# File 'lib/melos/struct/structs.rb', line 469

def path
  @path
end

#proposalsObject (readonly)

Returns the value of attribute proposals.



469
470
471
# File 'lib/melos/struct/structs.rb', line 469

def proposals
  @proposals
end