class Praxis::MediaType::DSLCompiler
Public Instance Methods
links(&block)
click to toggle source
# File lib/praxis/media_type.rb, line 62 def links(&block) attribute :links, Praxis::Links.for(options[:reference]), dsl_compiler: Links::DSLCompiler, &block end