class Manageheroku::App

Attributes

name[R]

Public Class Methods

new(name, attributes) click to toggle source
# File lib/manageheroku/app.rb, line 4
def initialize(name, attributes)
  @name = name
  @attributes = attributes
end

Public Instance Methods

update_params() click to toggle source
# File lib/manageheroku/app.rb, line 9
def update_params
  [@name, @attributes]
end