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



149
150
151
# File 'lib/etna/clients/magma/models.rb', line 149

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



149
150
151
# File 'lib/etna/clients/magma/models.rb', line 149

def end
  @end
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



149
150
151
# File 'lib/etna/clients/magma/models.rb', line 149

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



149
150
151
# File 'lib/etna/clients/magma/models.rb', line 149

def value
  @value
end