Class: PaloAlto::Literal

Inherits:
Object
  • Object
show all
Defined in:
lib/palo_alto/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Literal

Returns a new instance of Literal.



183
184
185
# File 'lib/palo_alto/config.rb', line 183

def initialize(value)
@value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



182
183
184
# File 'lib/palo_alto/config.rb', line 182

def value
  @value
end