Class: Pod::Podfile
- Inherits:
-
Object
- Object
- Pod::Podfile
- Defined in:
- lib/cocoapods-mPaaS/dsl.rb
Defined Under Namespace
Modules: DSL
Instance Attribute Summary collapse
-
#default_baseline ⇒ Object
attr_accessor :is_pod_support_mPaaS.
-
#fix_pods ⇒ Object
Returns the value of attribute fix_pods.
-
#is_use_mPaaS_online ⇒ Object
Returns the value of attribute is_use_mPaaS_online.
-
#is_use_tinyApp ⇒ Object
Returns the value of attribute is_use_tinyApp.
-
#local_component_json_path ⇒ Object
Returns the value of attribute local_component_json_path.
-
#local_content_json_fallback ⇒ Object
Returns the value of attribute local_content_json_fallback.
-
#local_content_json_path ⇒ Object
Returns the value of attribute local_content_json_path.
-
#mpaas_repo_url ⇒ Object
Returns the value of attribute mpaas_repo_url.
Instance Attribute Details
#default_baseline ⇒ Object
attr_accessor :is_pod_support_mPaaS
8 9 10 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 8 def default_baseline @default_baseline end |
#fix_pods ⇒ Object
Returns the value of attribute fix_pods.
10 11 12 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 10 def fix_pods @fix_pods end |
#is_use_mPaaS_online ⇒ Object
Returns the value of attribute is_use_mPaaS_online.
11 12 13 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 11 def is_use_mPaaS_online @is_use_mPaaS_online end |
#is_use_tinyApp ⇒ Object
Returns the value of attribute is_use_tinyApp.
9 10 11 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 9 def is_use_tinyApp @is_use_tinyApp end |
#local_component_json_path ⇒ Object
Returns the value of attribute local_component_json_path.
12 13 14 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 12 def local_component_json_path @local_component_json_path end |
#local_content_json_fallback ⇒ Object
Returns the value of attribute local_content_json_fallback.
14 15 16 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 14 def local_content_json_fallback @local_content_json_fallback end |
#local_content_json_path ⇒ Object
Returns the value of attribute local_content_json_path.
13 14 15 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 13 def local_content_json_path @local_content_json_path end |
#mpaas_repo_url ⇒ Object
Returns the value of attribute mpaas_repo_url.
15 16 17 |
# File 'lib/cocoapods-mPaaS/dsl.rb', line 15 def mpaas_repo_url @mpaas_repo_url end |