Class: DeployGateConfig
- Inherits:
-
Object
- Object
- DeployGateConfig
- Includes:
- DeployGateAndroid, DeployGateIOS
- Defined in:
- lib/motion-deploygate.rb
Instance Attribute Summary collapse
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Method Summary collapse
-
#initialize(config) ⇒ DeployGateConfig
constructor
A new instance of DeployGateConfig.
Methods included from DeployGateIOS
#api_key=, #sdk=, #url_scheme=, #user_id=, #user_infomation=
Methods included from DeployGateAndroid
Constructor Details
#initialize(config) ⇒ DeployGateConfig
Returns a new instance of DeployGateConfig.
26 27 28 29 |
# File 'lib/motion-deploygate.rb', line 26 def initialize(config) @config = config @user_infomation = false end |
Instance Attribute Details
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id.
18 19 20 |
# File 'lib/motion-deploygate.rb', line 18 def user_id @user_id end |