Class: MtTool::OcModel
- Inherits:
-
Thor
- Object
- Thor
- MtTool::OcModel
- Includes:
- Thor::Actions
- Defined in:
- lib/mt_tool/oc_model/oc_model.rb
Constant Summary collapse
- OBJC_TYPE_STRING =
constants
"NSString *"
- OBJC_TYPE_NUMBER =
"NSNumber *"
- OBJC_TYPE_ID =
"id"
- OBJC_TYPE_NSDIC =
"NSDictionary *"
- OBJC_TYPE_ARRAY =
"NSArray *"
- OBJC_TYPE_BOOL =
"BOOL"
- OBJC_TYPE_NULL =
"NSNull *"
- ATTRIBUTE_NONATOMIC =
attributes
"nonatomic"
- ATTRIBUTE_COPY =
"copy"
- ATTRIBUTE_STRONG =
"strong"
- ATTRIBUTE_ASSIGN =
"assign"
Instance Method Summary collapse
-
#initialize(args = [], options = {}, config = {}) ⇒ OcModel
constructor
A new instance of OcModel.
Constructor Details
#initialize(args = [], options = {}, config = {}) ⇒ OcModel
Returns a new instance of OcModel.
52 53 54 55 |
# File 'lib/mt_tool/oc_model/oc_model.rb', line 52 def initialize(args = [], = {}, config = {}) super end |