Class: Prick::ProjectState
Instance Attribute Summary
Attributes inherited from PrickFile
Instance Method Summary collapse
-
#initialize(name: nil, user: nil) ⇒ ProjectState
constructor
A new instance of ProjectState.
Methods inherited from State
Methods inherited from PrickFile
Constructor Details
#initialize(name: nil, user: nil) ⇒ ProjectState
Returns a new instance of ProjectState.
75 76 77 78 |
# File 'lib/prick/state.rb', line 75 def initialize(name: nil, user: nil) super(PROJECT_STATE_FILE, name: String, user: String) set(name: name, user: user) end |