class Dennis::RecordType::ContentAttributeOption
Public Class Methods
new(hash)
click to toggle source
# File lib/dennis/record_type.rb, line 74 def initialize(hash) @hash = hash end
Public Instance Methods
label()
click to toggle source
# File lib/dennis/record_type.rb, line 78 def label @hash['label'] end
value()
click to toggle source
# File lib/dennis/record_type.rb, line 82 def value @hash['value'] end