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



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

def begin
  @begin
end

#endObject

Returns the value of attribute end



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

def end
  @end
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#valueObject

Returns the value of attribute value



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

def value
  @value
end