Class: Restool::Settings::Models::RepresentationField

Inherits:
Struct
  • Object
show all
Defined in:
lib/restool/settings/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key



9
10
11
# File 'lib/restool/settings/models.rb', line 9

def key
  @key
end

#metonymObject

Returns the value of attribute metonym



9
10
11
# File 'lib/restool/settings/models.rb', line 9

def metonym
  @metonym
end

#typeObject

Returns the value of attribute type



9
10
11
# File 'lib/restool/settings/models.rb', line 9

def type
  @type
end