Class: NATOPhone::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/app.rb

Direct Known Subclasses

Decoder, Encoder

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Base

Returns a new instance of Base.



12
13
14
# File 'lib/app.rb', line 12

def initialize(args)
  @args = args
end

Instance Attribute Details

#argsObject

Returns the value of attribute args.



10
11
12
# File 'lib/app.rb', line 10

def args
  @args
end

#translateObject

Returns the value of attribute translate.



10
11
12
# File 'lib/app.rb', line 10

def translate
  @translate
end

#yellObject

Returns the value of attribute yell.



10
11
12
# File 'lib/app.rb', line 10

def yell
  @yell
end