Module: Zanox::Admedium
- Extended by:
- Item
- Includes:
- Item
- Defined in:
- lib/zanox.rb
Instance Attribute Summary
Attributes included from Item
#id
Class Method Summary
collapse
Methods included from Item
find, find_every, find_other, new
Class Method Details
.is_key?(id) ⇒ Boolean
320
321
322
|
# File 'lib/zanox.rb', line 320
def self.is_key?(id)
id.to_s[/^[0-9]{2,10}$/] ? true : false
end
|
.key_symbol ⇒ Object
312
313
314
|
# File 'lib/zanox.rb', line 312
def self.key_symbol
:admediumId
end
|
.pluralize ⇒ Object
316
317
318
|
# File 'lib/zanox.rb', line 316
def self.pluralize
"Admedia"
end
|