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



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

def begin
  @begin
end

#endObject

Returns the value of attribute end



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

def end
  @end
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#valueObject

Returns the value of attribute value



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

def value
  @value
end