Class: Dingxin::Vms::Configuration
- Inherits:
-
Object
- Object
- Dingxin::Vms::Configuration
- Defined in:
- lib/dingxin/vms.rb
Instance Attribute Summary collapse
-
#app_code ⇒ Object
Returns the value of attribute app_code.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
13 14 15 |
# File 'lib/dingxin/vms.rb', line 13 def initialize @app_code = '' end |
Instance Attribute Details
#app_code ⇒ Object
Returns the value of attribute app_code.
11 12 13 |
# File 'lib/dingxin/vms.rb', line 11 def app_code @app_code end |