Class: EasySwig::Properties

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/properties.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute.



7
8
9
# File 'lib/generators/properties.rb', line 7

def attribute
  @attribute
end

#class_nameObject

Returns the value of attribute class_name.



4
5
6
# File 'lib/generators/properties.rb', line 4

def class_name
  @class_name
end

#getterObject

Returns the value of attribute getter.



5
6
7
# File 'lib/generators/properties.rb', line 5

def getter
  @getter
end

#ref_typeObject

Returns the value of attribute ref_type.



10
11
12
# File 'lib/generators/properties.rb', line 10

def ref_type
  @ref_type
end

#setterObject

Returns the value of attribute setter.



6
7
8
# File 'lib/generators/properties.rb', line 6

def setter
  @setter
end

#staticObject

Returns the value of attribute static.



11
12
13
# File 'lib/generators/properties.rb', line 11

def static
  @static
end

#type_getterObject

Returns the value of attribute type_getter.



9
10
11
# File 'lib/generators/properties.rb', line 9

def type_getter
  @type_getter
end

#type_setterObject

Returns the value of attribute type_setter.



8
9
10
# File 'lib/generators/properties.rb', line 8

def type_setter
  @type_setter
end