Class: Etna::Clients::Metis::FindParam

Inherits:
Struct
  • Object
show all
Includes:
JsonSerializableStruct
Defined in:
lib/etna/clients/metis/models.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Constructor Details

#initialize(**args) ⇒ FindParam

Returns a new instance of FindParam.



118
119
120
# File 'lib/etna/clients/metis/models.rb', line 118

def initialize(**args)
  super({}.update(args))
end

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



116
117
118
# File 'lib/etna/clients/metis/models.rb', line 116

def attribute
  @attribute
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



116
117
118
# File 'lib/etna/clients/metis/models.rb', line 116

def predicate
  @predicate
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



116
117
118
# File 'lib/etna/clients/metis/models.rb', line 116

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



116
117
118
# File 'lib/etna/clients/metis/models.rb', line 116

def value
  @value
end