Class: Itaiji::Set
- Inherits:
-
Object
- Object
- Itaiji::Set
- Defined in:
- lib/itaiji/fetcher.rb
Instance Attribute Summary collapse
-
#itaijis ⇒ Object
readonly
Returns the value of attribute itaijis.
-
#seijitai ⇒ Object
readonly
Returns the value of attribute seijitai.
Instance Method Summary collapse
-
#initialize(seijitai, itaijis) ⇒ Set
constructor
A new instance of Set.
Constructor Details
#initialize(seijitai, itaijis) ⇒ Set
Returns a new instance of Set.
24 25 26 27 |
# File 'lib/itaiji/fetcher.rb', line 24 def initialize(seijitai, itaijis) @seijitai = seijitai @itaijis = itaijis end |
Instance Attribute Details
#itaijis ⇒ Object (readonly)
Returns the value of attribute itaijis.
22 23 24 |
# File 'lib/itaiji/fetcher.rb', line 22 def itaijis @itaijis end |
#seijitai ⇒ Object (readonly)
Returns the value of attribute seijitai.
22 23 24 |
# File 'lib/itaiji/fetcher.rb', line 22 def seijitai @seijitai end |