Method: BaseService#addScope

Defined in:
lib/popbill.rb

#addScope(scopeValue) ⇒ Object

add Service Scope array



44
45
46
# File 'lib/popbill.rb', line 44

def addScope(scopeValue)
  @scopes.push(scopeValue)
end