Class: Itools::PodInfo
- Inherits:
-
Object
- Object
- Itools::PodInfo
- Defined in:
- lib/itools/podfile_tiled.rb
Instance Attribute Summary collapse
-
#pod_name ⇒ Object
Returns the value of attribute pod_name.
-
#pod_version ⇒ Object
Returns the value of attribute pod_version.
Instance Method Summary collapse
-
#initialize(name, version) ⇒ PodInfo
constructor
A new instance of PodInfo.
Constructor Details
#initialize(name, version) ⇒ PodInfo
Returns a new instance of PodInfo.
4 5 6 7 |
# File 'lib/itools/podfile_tiled.rb', line 4 def initialize(name, version) @pod_name = name @pod_version = version end |
Instance Attribute Details
#pod_name ⇒ Object
Returns the value of attribute pod_name.
3 4 5 |
# File 'lib/itools/podfile_tiled.rb', line 3 def pod_name @pod_name end |
#pod_version ⇒ Object
Returns the value of attribute pod_version.
3 4 5 |
# File 'lib/itools/podfile_tiled.rb', line 3 def pod_version @pod_version end |