Class: KCommercial::KCPipeline::Application
- Inherits:
-
Object
- Object
- KCommercial::KCPipeline::Application
- Defined in:
- lib/KCommercialPipeline/App.rb
Constant Summary collapse
- @@instance =
Application.new
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_name ⇒ Object
Returns the value of attribute app_name.
Class Method Summary collapse
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
5 6 7 |
# File 'lib/KCommercialPipeline/App.rb', line 5 def app_id @app_id end |
#app_name ⇒ Object
Returns the value of attribute app_name.
6 7 8 |
# File 'lib/KCommercialPipeline/App.rb', line 6 def app_name @app_name end |
Class Method Details
.instance ⇒ Object
9 10 11 |
# File 'lib/KCommercialPipeline/App.rb', line 9 def self.instance return @@instance end |