Class: RSS::OPDS::Price
- Inherits:
-
Element
show all
- Includes:
- Atom::CommonModel
- Defined in:
- lib/rss/opds.rb
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Element
def_corresponded_attr_reader, def_corresponded_attr_writer, rss_def_corresponded_attr_reader, rss_def_corresponded_attr_writer
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
169
170
171
|
# File 'lib/rss/opds.rb', line 169
def value
@value
end
|
Class Method Details
.need_parent? ⇒ Boolean
180
181
182
|
# File 'lib/rss/opds.rb', line 180
def need_parent?
true
end
|
.required_prefix ⇒ Object
172
173
174
|
# File 'lib/rss/opds.rb', line 172
def required_prefix
PREFIX
end
|
.required_uri ⇒ Object
176
177
178
|
# File 'lib/rss/opds.rb', line 176
def required_uri
URI
end
|
Instance Method Details
#full_name ⇒ Object
187
188
189
|
# File 'lib/rss/opds.rb', line 187
def full_name
tag_name_with_prefix(PREFIX)
end
|