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



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

def begin
  @begin
end

#endObject

Returns the value of attribute end



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

def end
  @end
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end

#valueObject

Returns the value of attribute value



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

def value
  @value
end