Class: Ludwig::Service
- Inherits:
-
Struct
- Object
- Struct
- Ludwig::Service
- Defined in:
- lib/ludwig/service.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
2 3 4 |
# File 'lib/ludwig/service.rb', line 2 def config @config end |
#data ⇒ Object
Returns the value of attribute data
2 3 4 |
# File 'lib/ludwig/service.rb', line 2 def data @data end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/ludwig/service.rb', line 2 def name @name end |
#project ⇒ Object
Returns the value of attribute project
2 3 4 |
# File 'lib/ludwig/service.rb', line 2 def project @project end |
Instance Method Details
#generate_yaml ⇒ Object
3 4 5 6 7 |
# File 'lib/ludwig/service.rb', line 3 def generate_yaml transform_data merge_extra_links new_data end |