Class: Rails::Worktrees::InitializerUpdater::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/worktrees/initializer_updater.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#changedObject

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



8
9
10
# File 'lib/rails/worktrees/initializer_updater.rb', line 8

def changed
  @changed
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



8
9
10
# File 'lib/rails/worktrees/initializer_updater.rb', line 8

def content
  @content
end

#messagesObject

Returns the value of attribute messages

Returns:

  • (Object)

    the current value of messages



8
9
10
# File 'lib/rails/worktrees/initializer_updater.rb', line 8

def messages
  @messages
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/rails/worktrees/initializer_updater.rb', line 8

def status
  @status
end

Instance Method Details

#changed?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/rails/worktrees/initializer_updater.rb', line 9

def changed?
  changed
end