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.



192
193
194
# File 'lib/etna/clients/metis/models.rb', line 192

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

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



190
191
192
# File 'lib/etna/clients/metis/models.rb', line 190

def attribute
  @attribute
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



190
191
192
# File 'lib/etna/clients/metis/models.rb', line 190

def predicate
  @predicate
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



190
191
192
# File 'lib/etna/clients/metis/models.rb', line 190

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



190
191
192
# File 'lib/etna/clients/metis/models.rb', line 190

def value
  @value
end