Class: Exo::AppService

Inherits:
Struct
  • Object
show all
Defined in:
app/models/exo/app_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1
2
3
# File 'app/models/exo/app_service.rb', line 1

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



1
2
3
# File 'app/models/exo/app_service.rb', line 1

def path
  @path
end