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

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#metonymObject

Returns the value of attribute metonym

Returns:

  • (Object)

    the current value of metonym



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

def metonym
  @metonym
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end