Class: ObjCIvarGetterNameOption
- Inherits:
-
Object
- Object
- ObjCIvarGetterNameOption
- Defined in:
- lib/mt_tool/short_hand/objc_shorthand.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ ObjCIvarGetterNameOption
constructor
A new instance of ObjCIvarGetterNameOption.
Constructor Details
#initialize(name) ⇒ ObjCIvarGetterNameOption
Returns a new instance of ObjCIvarGetterNameOption.
40 41 42 |
# File 'lib/mt_tool/short_hand/objc_shorthand.rb', line 40 def initialize name @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
44 45 46 |
# File 'lib/mt_tool/short_hand/objc_shorthand.rb', line 44 def name @name end |