class Build

Public Instance Methods

as_text() click to toggle source
# File lib/busbar_cli/models/build.rb, line 13
def as_text
  "App: #{app_id}\n" \
  "Environment: #{environment_name}\n" \
  "--\n" \
  "Commit: #{commit}\n" \
  "Branch: #{branch}\n" \
  "Tag: #{tag}\n" \
  "State: #{state}\n" \
  "Updated at: #{updated_at}\n"
end