Class: Yandex::Webmaster::Api::Attributes::Types::Base
- Inherits:
-
Object
- Object
- Yandex::Webmaster::Api::Attributes::Types::Base
show all
- Defined in:
- lib/yandex-webmaster/api/attributes/types/base.rb
Class Method Summary
collapse
Class Method Details
.default_reader_aliases(method_name) ⇒ Object
15
16
17
|
# File 'lib/yandex-webmaster/api/attributes/types/base.rb', line 15
def self.default_reader_aliases(method_name)
[]
end
|
.default_writer_aliases(method_name) ⇒ Object
19
20
21
|
# File 'lib/yandex-webmaster/api/attributes/types/base.rb', line 19
def self.default_writer_aliases(method_name)
[]
end
|
.typecast(value, options = {}) ⇒ Object
11
12
13
|
# File 'lib/yandex-webmaster/api/attributes/types/base.rb', line 11
def self.typecast(value, options = {})
raise NotImplementedError
end
|