Class: Ari::FormatLangPair

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/format_lang_pair.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#formatObject (readonly)

Returns the value of attribute format.



15
16
17
# File 'lib/ari/models/format_lang_pair.rb', line 15

def format
  @format
end

#languageObject (readonly)

Returns the value of attribute language.



15
16
17
# File 'lib/ari/models/format_lang_pair.rb', line 15

def language
  @language
end