Class: Aqua::Translator::Opts
- Inherits:
-
Object
- Object
- Aqua::Translator::Opts
- Defined in:
- lib/aqua/object/translator.rb
Instance Attribute Summary collapse
-
#base_id ⇒ Object
Returns the value of attribute base_id.
-
#base_object ⇒ Object
Returns the value of attribute base_object.
- #path ⇒ Object
Instance Attribute Details
#base_id ⇒ Object
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_object ⇒ Object
Returns the value of attribute base_object.
303 304 305 |
# File 'lib/aqua/object/translator.rb', line 303 def base_object @base_object end |
#path ⇒ Object
307 308 309 |
# File 'lib/aqua/object/translator.rb', line 307 def path @path ||= '' end |