Class: RMD::NCT::Getter::Base
- Inherits:
-
Object
- Object
- RMD::NCT::Getter::Base
- Defined in:
- lib/rmd/nct/getter/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data_link ⇒ Object
readonly
Returns the value of attribute data_link.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
- #fetch ⇒ Object
-
#initialize(url) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(url) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/rmd/nct/getter/base.rb', line 9 def initialize(url) @url = url end |
Instance Attribute Details
#data_link ⇒ Object (readonly)
Returns the value of attribute data_link.
7 8 9 |
# File 'lib/rmd/nct/getter/base.rb', line 7 def data_link @data_link end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
7 8 9 |
# File 'lib/rmd/nct/getter/base.rb', line 7 def errors @errors end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
7 8 9 |
# File 'lib/rmd/nct/getter/base.rb', line 7 def url @url end |
Instance Method Details
#fetch ⇒ Object
13 |
# File 'lib/rmd/nct/getter/base.rb', line 13 def fetch; end |