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.



133
134
135
# File 'lib/etna/clients/metis/models.rb', line 133

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

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



131
132
133
# File 'lib/etna/clients/metis/models.rb', line 131

def attribute
  @attribute
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



131
132
133
# File 'lib/etna/clients/metis/models.rb', line 131

def predicate
  @predicate
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



131
132
133
# File 'lib/etna/clients/metis/models.rb', line 131

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



131
132
133
# File 'lib/etna/clients/metis/models.rb', line 131

def value
  @value
end