Class: Aqua::Translator::Opts

Inherits:
Object
  • Object
show all
Defined in:
lib/aqua/object/translator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_idObject

Returns the value of attribute base_id.



304
305
306
# File 'lib/aqua/object/translator.rb', line 304

def base_id
  @base_id
end

#base_objectObject

Returns the value of attribute base_object.



303
304
305
# File 'lib/aqua/object/translator.rb', line 303

def base_object
  @base_object
end

#pathObject



307
308
309
# File 'lib/aqua/object/translator.rb', line 307

def path
  @path ||= ''
end