Class: Etna::Clients::Magma::AttributeValidation

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Instance Attribute Details

#beginObject

Returns the value of attribute begin

Returns:

  • (Object)

    the current value of begin



141
142
143
# File 'lib/etna/clients/magma/models.rb', line 141

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



141
142
143
# File 'lib/etna/clients/magma/models.rb', line 141

def end
  @end
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



141
142
143
# File 'lib/etna/clients/magma/models.rb', line 141

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



141
142
143
# File 'lib/etna/clients/magma/models.rb', line 141

def value
  @value
end