class Fastly::DictionaryItem
Attributes
dictionary_id[RW]
item_key[RW]
item_value[RW]
key[RW]
service_id[RW]
value[RW]
Public Instance Methods
service()
click to toggle source
Return the Service
object this belongs to
# File lib/fastly/dictionary_item.rb, line 11 def service @service ||= fetcher.get(Service, service_id) end