Class: GoodData::LCM2::Type::Param

Inherits:
Struct
  • Object
show all
Defined in:
lib/gooddata/lcm/types/param.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/gooddata/lcm/types/param.rb', line 13

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/gooddata/lcm/types/param.rb', line 13

def name
  @name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



13
14
15
# File 'lib/gooddata/lcm/types/param.rb', line 13

def opts
  @opts
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/gooddata/lcm/types/param.rb', line 13

def type
  @type
end