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.



207
208
209
# File 'lib/etna/clients/metis/models.rb', line 207

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

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



205
206
207
# File 'lib/etna/clients/metis/models.rb', line 205

def attribute
  @attribute
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



205
206
207
# File 'lib/etna/clients/metis/models.rb', line 205

def predicate
  @predicate
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



205
206
207
# File 'lib/etna/clients/metis/models.rb', line 205

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



205
206
207
# File 'lib/etna/clients/metis/models.rb', line 205

def value
  @value
end