Class: TaxJp::Finder
- Inherits:
-
Object
- Object
- TaxJp::Finder
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/tax_jp/finder.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#prefecture_code ⇒ Object
Returns the value of attribute prefecture_code.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
4 5 6 |
# File 'app/models/tax_jp/finder.rb', line 4 def from @from end |
#prefecture_code ⇒ Object
Returns the value of attribute prefecture_code.
5 6 7 |
# File 'app/models/tax_jp/finder.rb', line 5 def prefecture_code @prefecture_code end |