Class: Brut::CLI::Apps::New::Organization

Inherits:
InternetIdentifier show all
Defined in:
lib/brut/cli/apps/new/organization.rb

Instance Method Summary collapse

Methods inherited from InternetIdentifier

#to_s

Constructor Details

#initialize(value) ⇒ Organization

Returns a new instance of Organization.



2
3
4
# File 'lib/brut/cli/apps/new/organization.rb', line 2

def initialize(value)
  super(:organization, value)
end