Class: FieldDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/j2j/field_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#array_typeObject

Returns the value of attribute array_type.



2
3
4
# File 'lib/j2j/field_details.rb', line 2

def array_type
  @array_type
end

#field_nameObject

Returns the value of attribute field_name.



2
3
4
# File 'lib/j2j/field_details.rb', line 2

def field_name
  @field_name
end

#parentObject

Returns the value of attribute parent.



2
3
4
# File 'lib/j2j/field_details.rb', line 2

def parent
  @parent
end

#typeObject

Returns the value of attribute type.



2
3
4
# File 'lib/j2j/field_details.rb', line 2

def type
  @type
end

#write_class_fileObject

Returns the value of attribute write_class_file.



2
3
4
# File 'lib/j2j/field_details.rb', line 2

def write_class_file
  @write_class_file
end