Class: Oneview::Entity::DynamicField

Inherits:
Base
  • Object
show all
Defined in:
lib/oneview/entity/dynamic_field.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Instance Attribute Details

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/oneview/entity/dynamic_field.rb', line 6

def name
  @name
end

#valueObject

Returns the value of attribute value.



6
7
8
# File 'lib/oneview/entity/dynamic_field.rb', line 6

def value
  @value
end