Class: Neetob::CLI::Heroku::ConfigVars::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/neetob/cli/heroku/config_vars/base.rb

Direct Known Subclasses

Audit, List, Remove, Upsert

Constant Summary

Constants inherited from Base

Base::NEETO_DEPLOY_DOCS

Constants inherited from Base

Base::NEETO_APPS_LIST_LINK

Instance Attribute Summary collapse

Attributes inherited from Base

#ui

Instance Method Summary collapse

Methods inherited from Base

#process

Methods included from Utils

#camel_case_to_slug, #is_upper?, #symbolize_keys

Constructor Details

#initializeBase

Returns a new instance of Base.



12
13
14
# File 'lib/neetob/cli/heroku/config_vars/base.rb', line 12

def initialize
  super()
end

Instance Attribute Details

#clientObject

Returns the value of attribute client.



10
11
12
# File 'lib/neetob/cli/heroku/config_vars/base.rb', line 10

def client
  @client
end