Class: ObjCIvarGetterNameOption

Inherits:
Object
  • Object
show all
Defined in:
lib/mt_tool/short_hand/objc_shorthand.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject (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