Method: Fog::Compute::IBM::Address#state

Defined in:
lib/fog/ibm/models/compute/address.rb

#stateObject

[View source]

47
48
49
# File 'lib/fog/ibm/models/compute/address.rb', line 47

def state
  STATES[attributes[:state]]
end